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

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

Creates a local time at the given hour, minute, second, millisecond and tick within millisecond.
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime(
	int hour,
	int minute,
	int second,
	int millisecond,
	int tickWithinMillisecond
)
Public Sub New ( _
	hour As Integer, _
	minute As Integer, _
	second As Integer, _
	millisecond As Integer, _
	tickWithinMillisecond As Integer _
)
public:
LocalTime(
	int hour, 
	int minute, 
	int second, 
	int millisecond, 
	int tickWithinMillisecond
)
Parameters
hour (Int32)
The hour of day.
minute (Int32)
The minute of the hour.
second (Int32)
The second of the minute.
millisecond (Int32)
The millisecond of the second.
tickWithinMillisecond (Int32)
The tick within the millisecond.
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)