Click or drag to resize

DateTimeExtensionsTo100MSPrecision Method

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