Click or drag to resize

DateTimeExtensions.ToMinutePrecision Method

Overload List
  NameDescription
Public methodStatic memberToMinutePrecision(DateTime)
Returns the specified DateTime value truncating the precision to the previous minute.
Public methodStatic memberToMinutePrecision(Nullable<DateTime>)
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