TimeOnlyRange(TimeOnly, TimeOnly) Constructor
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public TimeOnlyRange(
TimeOnly startTime,
TimeOnly endTime
)
Dim startTime As TimeOnly
Dim endTime As TimeOnly
Dim instance As New TimeOnlyRange(startTime,
endTime)
public:
TimeOnlyRange(
TimeOnly startTime,
TimeOnly endTime
)
No code example is currently available or this language may not be supported.
Parameters
- startTime TimeOnly
- The start TimeOnly
- endTime TimeOnly
- The end TimeOnly