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: 23.2.417.0 (23.2.417.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