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 |
Normalizes the given dateTime.
public Nullable Normalize(dateTime)| Name | Type | Summary |
|---|---|---|
| dateTime | Nullable<DateTime> |