Click or drag to resize

OffsetDateTimeProviderToday Property

Gets the current date.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public override DateTime Today { get; }

Property Value

Type: DateTime
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe sum of the current date and time and the offset results in a value that is less than MinValue or greater than MaxValue.
See Also