This is preliminary documentation and is subject to change.

DateOnlyRange(DateTime, DateTime) Constructor

Initializes a new instance of the DateOnlyRange class.

Definition

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

Parameters

startTime  DateTime
The start time.
endTime  DateTime
The end time.

See Also