This is preliminary documentation and is subject to change.

DateTimeRange(DateOnly, DateOnly) Constructor

Initializes a new instance of the DateTimeRange class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateTimeRange(
	DateOnly startDateOnly,
	DateOnly endDateOnly
)

Parameters

startDateOnly  DateOnly
The start datetime
endDateOnly  DateOnly
The end datetime

See Also