Allows the implementation for common date-time operations.
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