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