Click or drag to resize
DateTimeExtensionsToJSONTicks Method
Returns a JSON representation of the provided date time

Namespace: Entelect.Extensions
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public static long ToJSONTicks(
	this DateTime input
)

Parameters

input
Type: SystemDateTime
DateTime to convert

Return Value

Type: Int64
Converted date time in JSON format

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DateTime. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also