Property | Type | Description | |
---|---|---|---|
DefaultValue | System.DateTime | ||
UtcEpoch | System.DateTime |
Method | Description | |
---|---|---|
DateTimeType ( ) : System |
Calls the parent constructor for int type
|
|
DateTimeType ( |
||
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object |
|
|
IsDefaultValue ( |
|
|
Marshall ( object instance, |
||
NeedsJsonQuotationWrap ( ) : bool | ||
SimplEquals ( object left, object right ) : bool |
public DateTimeType ( |
||
type | ||
return | System |
public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object | ||
value | string | |
formatStrings | string | |
scalarUnmarshallingContext | IScalarUnmarshallingContext | |
return | object |
public IsDefaultValue ( |
||
field | ||
context | Object | |
return | bool |
public Marshall ( object instance, |
||
instance | object | |
context | ||
return | string |
public SimplEquals ( object left, object right ) : bool | ||
left | object | |
right | object | |
return | bool |
public static DateTime,System DefaultValue | ||
return | System.DateTime |