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