TimeIntervalCollectionToDuration Method |
Returns a
Duration representing the span of time represented by the sum of the individual time intervals
in the collection.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration ToDuration()
Public Function ToDuration As Duration
public:
Duration ToDuration()
member ToDuration : unit -> Duration
Return Value
Type:
DurationThe total duration.
See Also