Implements an IClockProvider to work with Utc times.
Gets the date time kind of the provider.
public DateTimeKind Kind { get; }
Gets now.
public DateTime Now { get; }
Normalizes the given dateTime.
public DateTime Normalize(dateTime)
Name | Type | Summary |
---|---|---|
dateTime | DateTime |
In this document