Package microsoft.jscript
Class DatePrototype
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.ScriptObject
-
- microsoft.jscript.JSObject
-
- microsoft.jscript.DateObject
-
- microsoft.jscript.DatePrototype
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
LenientDatePrototype
public class DatePrototype extends DateObject
The base .NET class managing Microsoft.JScript.DatePrototype, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.DatePrototype
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.JScriptstatic java.lang.StringclassNameQualified class name: Microsoft.JScript.DatePrototypestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DatePrototype()DatePrototype(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatePrototypecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDatePrototype, a cast assert is made to check if types are compatible.static DateConstructorgetconstructor()static doublegetDate(NetObject thisob)static doublegetDay(NetObject thisob)static doublegetFullYear(NetObject thisob)static doublegetHours(NetObject thisob)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic doublegetMilliseconds(NetObject thisob)static doublegetMinutes(NetObject thisob)static doublegetMonth(NetObject thisob)static doublegetSeconds(NetObject thisob)static doublegetTime(NetObject thisob)static doublegetTimezoneOffset(NetObject thisob)static doublegetUTCDate(NetObject thisob)static doublegetUTCDay(NetObject thisob)static doublegetUTCFullYear(NetObject thisob)static doublegetUTCHours(NetObject thisob)static doublegetUTCMilliseconds(NetObject thisob)static doublegetUTCMinutes(NetObject thisob)static doublegetUTCMonth(NetObject thisob)static doublegetUTCSeconds(NetObject thisob)static NetObjectgetVarDate(NetObject thisob)static doublegetYear(NetObject thisob)static doublesetDate(NetObject thisob, double ddate)static doublesetFullYear(NetObject thisob, double dyear, NetObject month, NetObject date)static doublesetHours(NetObject thisob, double dhour, NetObject min, NetObject sec, NetObject msec)voidsetJCOInstance(JCObject instance)static doublesetMilliseconds(NetObject thisob, double dmsec)static doublesetMinutes(NetObject thisob, double dmin, NetObject sec, NetObject msec)static doublesetMonth(NetObject thisob, double dmonth, NetObject date)static doublesetSeconds(NetObject thisob, double dsec, NetObject msec)static doublesetTime(NetObject thisob, double time)static doublesetUTCDate(NetObject thisob, double ddate)static doublesetUTCFullYear(NetObject thisob, double dyear, NetObject month, NetObject date)static doublesetUTCHours(NetObject thisob, double dhour, NetObject min, NetObject sec, NetObject msec)static doublesetUTCMilliseconds(NetObject thisob, double dmsec)static doublesetUTCMinutes(NetObject thisob, double dmin, NetObject sec, NetObject msec)static doublesetUTCMonth(NetObject thisob, double dmonth, NetObject date)static doublesetUTCSeconds(NetObject thisob, double dsec, NetObject msec)static doublesetYear(NetObject thisob, double dyear)static java.lang.StringtoDateString(NetObject thisob)static java.lang.StringtoGMTString(NetObject thisob)static java.lang.StringtoLocaleDateString(NetObject thisob)static java.lang.StringtoLocaleString(NetObject thisob)static java.lang.StringtoLocaleTimeString(NetObject thisob)static java.lang.StringtoString(NetObject thisob)static java.lang.StringtoTimeString(NetObject thisob)static java.lang.StringtoUTCString(NetObject thisob)static doublevalueOf(NetObject thisob)-
Methods inherited from class microsoft.jscript.JSObject
AddField, GetMember, GetMembers, SetMemberValue2
-
Methods inherited from class microsoft.jscript.ScriptObject
GetField, GetFields, GetMethod, GetMethod, GetMethods, GetParent, GetProperties, GetProperty, GetProperty, getUnderlyingSystemType, InvokeMember, InvokeMember
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.JScript- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.JScript.DatePrototype- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDateObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDateObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDateObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDateObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDateObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDateObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DatePrototype cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDatePrototype, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DatePrototypeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getDate
public static double getDate(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getDay
public static double getDay(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getFullYear
public static double getFullYear(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getHours
public static double getHours(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getMilliseconds
public static double getMilliseconds(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getMinutes
public static double getMinutes(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getMonth
public static double getMonth(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getSeconds
public static double getSeconds(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getTime
public static double getTime(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getTimezoneOffset
public static double getTimezoneOffset(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
getUTCDate
public static double getUTCDate(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCDay
public static double getUTCDay(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCFullYear
public static double getUTCFullYear(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCHours
public static double getUTCHours(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCMilliseconds
public static double getUTCMilliseconds(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCMinutes
public static double getUTCMinutes(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCMonth
public static double getUTCMonth(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getUTCSeconds
public static double getUTCSeconds(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getYear
public static double getYear(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
setDate
public static double setDate(NetObject thisob, double ddate) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArithmeticException
-
setFullYear
public static double setFullYear(NetObject thisob, double dyear, NetObject month, NetObject date) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setHours
public static double setHours(NetObject thisob, double dhour, NetObject min, NetObject sec, NetObject msec) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setMilliseconds
public static double setMilliseconds(NetObject thisob, double dmsec) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArithmeticException
-
setMinutes
public static double setMinutes(NetObject thisob, double dmin, NetObject sec, NetObject msec) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setMonth
public static double setMonth(NetObject thisob, double dmonth, NetObject date) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setSeconds
public static double setSeconds(NetObject thisob, double dsec, NetObject msec) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, MissingMethodException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingMethodExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setTime
public static double setTime(NetObject thisob, double time) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
setUTCDate
public static double setUTCDate(NetObject thisob, double ddate) throws java.lang.Throwable, JScriptException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArithmeticException
-
setUTCFullYear
public static double setUTCFullYear(NetObject thisob, double dyear, NetObject month, NetObject date) throws java.lang.Throwable, JScriptException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, MissingMethodException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setUTCHours
public static double setUTCHours(NetObject thisob, double dhour, NetObject min, NetObject sec, NetObject msec) throws java.lang.Throwable, JScriptException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, MissingMethodException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setUTCMilliseconds
public static double setUTCMilliseconds(NetObject thisob, double dmsec) throws java.lang.Throwable, JScriptException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArithmeticException
-
setUTCMinutes
public static double setUTCMinutes(NetObject thisob, double dmin, NetObject sec, NetObject msec) throws java.lang.Throwable, JScriptException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, MissingMethodException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setUTCMonth
public static double setUTCMonth(NetObject thisob, double dmonth, NetObject date) throws java.lang.Throwable, JScriptException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, MissingMethodException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setUTCSeconds
public static double setUTCSeconds(NetObject thisob, double dsec, NetObject msec) throws java.lang.Throwable, JScriptException, NotSupportedException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, MissingMethodException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticException
-
setYear
public static double setYear(NetObject thisob, double dyear) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ArithmeticException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArithmeticException
-
valueOf
public static double valueOf(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
getVarDate
public static NetObject getVarDate(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
toDateString
public static java.lang.String toDateString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, IndexOutOfRangeException
-
toGMTString
public static java.lang.String toGMTString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeException
-
toLocaleDateString
public static java.lang.String toLocaleDateString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, TypeInitializationException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, OverflowException, FormatException, CultureNotFoundException, NullReferenceException
-
toLocaleString
public static java.lang.String toLocaleString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, TypeInitializationException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, OverflowException, FormatException, CultureNotFoundException, NullReferenceException
-
toLocaleTimeString
public static java.lang.String toLocaleTimeString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, TypeInitializationException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, OverflowException, FormatException, CultureNotFoundException, NullReferenceException
-
toString
public static java.lang.String toString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, IndexOutOfRangeException
-
toTimeString
public static java.lang.String toTimeString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeException
-
toUTCString
public static java.lang.String toUTCString(NetObject thisob) throws java.lang.Throwable, JScriptException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeException
-
getconstructor
public static DateConstructor getconstructor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-