This is preliminary documentation and is subject to change.

ExtendedDateTimeInterval(ISingleExtendedDateTimeType, ISingleExtendedDateTimeType) Constructor

Initializes a new instance of the ExtendedDateTimeInterval class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public ExtendedDateTimeInterval(
	ISingleExtendedDateTimeType start,
	ISingleExtendedDateTimeType end
)

Parameters

start  ISingleExtendedDateTimeType
The start.
end  ISingleExtendedDateTimeType
The end.

See Also