This is preliminary documentation and is subject to change.

TimeOnlyRange(TimeOnlyRange) Constructor

Initializes a copied new instance of the TimeOnlyRange class.

Definition

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

Parameters

range  TimeOnlyRange
The range to copy

See Also