C# Class Rhino.NativeDate

Inheritance: IdScriptableObject
显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetDefaultValue ( Type typeHint ) : object

Protected Methods

Method Description
FillConstructorProperties ( IdFunctionObject ctor ) : void
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Private Methods

Method Description
Append0PaddedUint ( StringBuilder sb, int i, int minWidth ) : void
AppendMonthName ( StringBuilder sb, int index ) : void
AppendWeekDayName ( StringBuilder sb, int index ) : void
DateFromTime ( double t ) : int
Date_format ( double t, int methodId ) : string
Date_msecFromArgs ( object args ) : double
Date_msecFromDate ( double year, double mon, double mday, double hour, double min, double sec, double msec ) : double
Date_parseString ( string s ) : double
Day ( double t ) : double
DayFromMonth ( int m, int year ) : double
DayFromYear ( double y ) : double
DaylightSavingTA ( double t ) : double
EquivalentYear ( int year ) : int
GetJSTimeValue ( ) : double
HourFromTime ( double t ) : int
Init ( Scriptable scope, bool @sealed ) : void
InternalUTC ( double t ) : double
IsLeapYear ( int year ) : bool
JsConstructor ( object args ) : object
JsStaticFunction_UTC ( object args ) : double
Js_toUTCString ( double date ) : string
LocalTime ( double t ) : double
MakeDate ( double day, double time ) : double
MakeDate ( double date, object args, int methodId ) : double
MakeDay ( double year, double month, double date ) : double
MakeTime ( double hour, double min, double sec, double ms ) : double
MakeTime ( double date, object args, int methodId ) : double
MinFromTime ( double t ) : int
MonthFromTime ( double t ) : int
MsFromTime ( double t ) : int
NativeDate ( ) : System
Now ( ) : double
SecFromTime ( double t ) : int
TimeClip ( double d ) : double
TimeFromYear ( double y ) : double
TimeWithinDay ( double t ) : double
ToISOString ( ) : string
ToLocale_helper ( double t, int methodId ) : string
WeekDay ( double t ) : int
YearFromTime ( double t ) : int

Method Details

ExecIdCall() public method

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

FillConstructorProperties() protected method

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
return void

FindPrototypeId() protected method

protected FindPrototypeId ( string s ) : int
s string
return int

GetClassName() public method

public GetClassName ( ) : string
return string

GetDefaultValue() public method

public GetDefaultValue ( Type typeHint ) : object
typeHint System.Type
return object

InitPrototypeId() protected method

protected InitPrototypeId ( int id ) : void
id int
return void