TimeIntervalInfinite Property  | 
 
            Gets an interval that represents the maximum possible span of time.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static TimeInterval Infinite { get; }Public Shared ReadOnly Property Infinite As TimeInterval
	Get
public:
static property TimeInterval^ Infinite {
	TimeInterval^ get ();
}static member Infinite : TimeInterval with get
Property Value
Type: 
TimeInterval
See Also