This is preliminary documentation and is subject to change.

DateTimeRange(DateTime, DateTime) Constructor

Initializes a new instance of the DateTimeRange class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateTimeRange(
	DateTime startDateTime,
	DateTime endDateTime
)

Parameters

startDateTime  DateTime
The start datetime
endDateTime  DateTime
The end datetime

See Also