TimeSpanExtensions.SecondsAfter Method
.NET Standard 2.x
Determines the number of seconds one time occurs after another.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
| Method | Description |
|---|---|
| SecondsAfter(this TimeSpan time1, TimeSpan? time2) | Determines the number of seconds one time occurs after another. |
| SecondsAfter(this TimeSpan? time1, TimeSpan? time2) | Determines the number of seconds one time occurs after another. |