TimeSpanExtensions.RelativeTime Method
.NET Standard 2.x
Obtains a TimeSpan that occurs a specified number of seconds after or before another TimeSpan within a 24-hour period.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
RelativeTime(this TimeSpan time, int? n) | Obtains a TimeSpan that occurs a specified number of seconds after or before another TimeSpan within a 24-hour period. |
RelativeTime(this TimeSpan? time, int? n) | Obtains a TimeSpan that occurs a specified number of seconds after or before another TimeSpan? within a 24-hour period. |