Click or drag to resize

OffsetDateTimeProviderNow Property

Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public override DateTime Now { 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