Noda Time
LocalTime Constructor (hour, minute, second)
NamespacesNodaTimeLocalTimeLocalTime(Int32, Int32, Int32)

[This is preliminary documentation and is subject to change.]

Creates a local time at the given hour, minute and second, with millisecond-of-second and tick-of-millisecond values of zero.
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime(
	int hour,
	int minute,
	int second
)
Public Sub New ( _
	hour As Integer, _
	minute As Integer, _
	second As Integer _
)
public:
LocalTime(
	int hour, 
	int minute, 
	int second
)
Parameters
hour (Int32)
The hour of day.
minute (Int32)
The minute of the hour.
second (Int32)
The second of the minute.
Return Value
The resulting time.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe parameters do not form a valid time.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)