This is preliminary documentation and is subject to change.

TimeOnlyRange(TimeOnly, TimeOnly) Constructor

Initializes a new instance of the TimeOnlyRange class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public TimeOnlyRange(
	TimeOnly startTime,
	TimeOnly endTime
)

Parameters

startTime  TimeOnly
The start TimeOnly
endTime  TimeOnly
The end TimeOnly

See Also