Click or drag to resize

DateTimeExtensions Methods

[This is preliminary documentation and is subject to change.]

The DateTimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsEqualTo
Checks if the current DateTime is equal to the provided DateTime. This method compares Year, Month, Day, Hour, Minute, Second and Millisecond instead of Ticks which the default compare uses.
Top
See Also