Click or drag to resize

DateTimeExtensions Class

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

Defines extensions for DateTime
Inheritance Hierarchy
SystemObject
  CSInfrastructure.ExtensionsDateTimeExtensions

Namespace:  CSInfrastructure.Extensions
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static class DateTimeExtensions

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