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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public LocalTime(
	long totalNanoseconds
)

Parameters

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