DurationToTimeSpan Method |
Returns a
TimeSpan equivalent to this
Duration.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic TimeSpan ToTimeSpan()
Public Function ToTimeSpan As TimeSpan
public:
TimeSpan ToTimeSpan()
member ToTimeSpan : unit -> TimeSpan
Return Value
Type:
TimeSpanThe time span.
See Also