DateTimeExtensionsToMinutePrecision Method |
| Name | Description | |
|---|---|---|
| ToMinutePrecision(DateTime) |
Returns the specified DateTime value truncating the precision
to the previous minute.
| |
| ToMinutePrecision(NullableDateTime) |
Returns the specified DateTime value truncating the precision
to the previous minute. If the nullable value has no value,
a null is returned.
|