Click or drag to resize

OffsetDateTimeProvider Properties

The OffsetDateTimeProvider type exposes the following members.

Properties
  NameDescription
Public propertyMaxValue
Gets the largest possible value of DateTime.
(Inherited from DateTimeProvider.)
Public propertyMinValue
Gets the smallest possible value of DateTime.
(Inherited from DateTimeProvider.)
Public propertyNow
Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.
(Overrides DateTimeProviderNow.)
Public propertyToday
Gets the current date.
(Overrides DateTimeProviderToday.)
Public propertyUtcNow
Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
(Overrides DateTimeProviderUtcNow.)
Top
See Also