Click or drag to resize

DateTimeExtensionsToMinutePrecision Method

Overload List
  NameDescription
Public methodStatic memberToMinutePrecision(DateTime)
Returns the specified DateTime value truncating the precision to the previous minute.
Public methodStatic memberToMinutePrecision(NullableDateTime)
Returns the specified DateTime value truncating the precision to the previous minute. If the nullable value has no value, a null is returned.
Top
See Also