Click or drag to resize

DateTimeExtensionsSubtract Method

Overload List
  NameDescription
Public methodStatic memberSubtract(DateTime, DateTime, DateTimeUnit)
Subtracts the start date from the end date returning the result in the specified unit.
Public methodStatic memberSubtract(DateTime, DateTime, String)
Subtracts the start date from the end date returning a TimeSpan taking a timezone into consideration.
Public methodStatic memberSubtract(DateTime, Int64, DateTimeUnit)
Subtracts a value of the specified unit from a DateTime.
Public methodStatic memberSubtract(DateTime, TimeSpan, String)
Subtracts a TimeSpan from a date taking a timezone into consideration.
Public methodStatic memberSubtract(DateTime, DateTime, DateTimeUnit, String)
Subtracts the start date from the end date returning the result in the specified unit taking a timezone into consideration.
Public methodStatic memberSubtract(DateTime, Int64, DateTimeUnit, String)
Subtracts a value of the specified unit from a DateTime taking a timezone into consideration.
Top
See Also