LocalTime Constructor (Int64) |
Creates a new instance based on nanoseconds since midnight.
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public LocalTime(
long totalNanoseconds
)
Parameters
- totalNanoseconds
- Type: SystemInt64
Nanoseconds since midnight. Valid values are in the range 0 to 86399999999999.
See Also