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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration ToDuration()
Public Function ToDuration As Duration
public:
Duration ToDuration()
member ToDuration : unit -> Duration 
Return Value
Type: 
DurationThe total duration.
See Also