DateTimeExtensions.DaysAfter Method
.NET Standard 2.x
Determines the number of days one DateTime occurs after another.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
DaysAfter(this DateTime date1, DateTime? date2) | Determines the number of days one DateTime occurs after another. |
DaysAfter(this DateTime? date1, DateTime? date2) | Determines the number of days one DateTime occurs after another. |