Method | Description | |
---|---|---|
ConvertDateTimeForType_Atom ( object objValue, |
Looks at passed in Type and calls the appropriate Date functions for Atom
|
|
ConvertDateTimeToAtom ( System.DateTime date ) : string |
Converts DateTime to OData Atom format as specified in http://www.odata.org/developers/protocols/atom-format#PrimitiveTypes for DateTime Format is"yyyy-MM-ddThh:mm:ss.fffffff" DateTime to convert
|
|
ConvertTimeToAtom ( System.TimeSpan t ) : string |
Converts a TimeSpan to OData atom format as specified in http://www.odata.org/developers/protocols/atom-format#PrimitiveTypes for Time Actual lexical representation is time'hh:mm:ss.fffffff'
|
|
GetEdmType ( |
Method | Description | |
---|---|---|
ParseAtomString ( string value, |
||
ParseDateTimeFromString ( string value, |
public static ConvertDateTimeForType_Atom ( object objValue, |
||
objValue | object | Actual value |
type | Type coverting from | |
return | object |
public static ConvertDateTimeToAtom ( System.DateTime date ) : string | ||
date | System.DateTime | |
return | string |
public static ConvertTimeToAtom ( System.TimeSpan t ) : string | ||
t | System.TimeSpan | Timespan to convert |
return | string |
public static GetEdmType ( |
||
type | ||
return | string |