This is preliminary documentation and is subject to change.

DateTimeProviderUtcToday Property

Gets the date part of the current UTC DateTime with the time set to 00:00:00 (or the mock value if set)

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateTime UtcToday { get; }

Property Value

DateTime

Implements

IDateTimeProviderUtcToday

See Also