DateTimeExtensions Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.Extensions
public static class DateTimeExtensions
The DateTimeExtensions type exposes the following members.
Name | Description | |
---|---|---|
IsEqualTo |
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.
|