TheCommonUtils..::..CDateTimeToJSONDate Method
Converts an input date into the JSON Date(ticks) notation.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string CDateTimeToJSONDate( DateTimeOffset tDate )
Public Shared Function CDateTimeToJSONDate ( _ tDate As DateTimeOffset _ ) As String
public: static String^ CDateTimeToJSONDate( DateTimeOffset^ tDate )
Parameters
- tDate
- Type: DateTimeOffset
Input to be converted.