C-DEngine 5.105

TheCommonUtils..::..CDateTimeToJSONDate Method

Converts an input date into the JSON Date(ticks) notation.

Namespace:  nsCDEngine.BaseClasses
Assembly:  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.

Return Value

The converted value.