Click or drag to resize
LocalTime Constructor (Int32, Int32, Int32, Int32)
Creates a new instance based on the specified hour, minutes, seconds, millis and nanoseconds.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public LocalTime(
	int hour,
	int minute,
	int second,
	int nanosecond
)

Parameters

hour
Type: SystemInt32
A number between 0 and 23 representing the hour portion of the time
minute
Type: SystemInt32
A number between 0 and 59 representing the minutes portion of the time
second
Type: SystemInt32
A number between 0 and 59 representing the seconds portion of the time
nanosecond
Type: SystemInt32
A number between 0 and 999,999,999 representing the seconds portion of the time
See Also