Click or drag to resize
LocalTime Constructor (Int64)
Creates a new instance based on nanoseconds since midnight.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public LocalTime(
	long totalNanoseconds
)

Parameters

totalNanoseconds
Type: SystemInt64
Nanoseconds since midnight. Valid values are in the range 0 to 86399999999999.
See Also