Click or drag to resize

DateTimeHelperUtcNanos Method

Gets the number of nanoseconds needed to represent the datetime.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static long UtcNanos(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
The date time.

Return Value

Type: Int64

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeHelper.UtcNanos(System.DateTime)"]

See Also