Click or drag to resize

DateTimeExtensionsToSecondPrecision Method

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