This is preliminary documentation and is subject to change.

DateOnlyRange(DateTimeRange) Constructor

Initializes a copied new instance of the DateTimeRange class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateOnlyRange(
	DateTimeRange range
)

Parameters

range  DateTimeRange
The range to copy

See Also