TimeIntervalToDuration Method  | 
 
            Returns a 
Duration representing the span of time between the
            
Start and 
Stop of the interval.
            
 
    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 duration.
See Also