DateTimeExtensions.RelativeDate Method
.NET Standard 2.x
Obtains the DateTime? that occurs a specified number of days after or before another DateTime.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
RelativeDate(this DateTime date, int? n) | Obtains the DateTime? that occurs a specified number of days after or before another DateTime. |
RelativeDate(this DateTime? date, int? n) | Obtains the DateTime that occurs a specified number of days after or before another DateTime. |