This is preliminary documentation and is subject to change.

IExtendedDateTimeExtremityProvider Interface

The extended date time extremity provider, provides methods to get the earliest and latest possible date times

Definition

Namespace: MoreDateTime.Interfaces
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public interface IExtendedDateTimeExtremityProvider

Methods

Earliest Gets the earliest possible date time.
Latest Gets the latest possible date time.

See Also