| LocalTime Constructor (Int32, Int32, Int32, Int32) | 
            Creates a new instance based on the specified hour, minutes, seconds, millis and nanoseconds.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic 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