Click or drag to resize

DateTimeExtensionsTo10MSPrecision Method

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