DateTimeExtensionsSubtract Method |
Name | Description | |
---|---|---|
Subtract(DateTime, DateTime, DateTimeUnit) |
Subtracts the start date from the end date returning the result in the specified unit.
| |
Subtract(DateTime, DateTime, String) |
Subtracts the start date from the end date returning a TimeSpan taking a timezone into consideration.
| |
Subtract(DateTime, Int64, DateTimeUnit) |
Subtracts a value of the specified unit from a DateTime.
| |
Subtract(DateTime, TimeSpan, String) |
Subtracts a TimeSpan from a date taking a timezone into consideration.
| |
Subtract(DateTime, DateTime, DateTimeUnit, String) |
Subtracts the start date from the end date returning the result in the specified unit taking a timezone into consideration.
| |
Subtract(DateTime, Int64, DateTimeUnit, String) |
Subtracts a value of the specified unit from a DateTime taking a timezone into consideration.
|