TimeInterval.Empty Property |
Gets an empty interval.
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 Empty { get; }
Public Shared ReadOnly Property Empty As TimeInterval
Get
public:
static property TimeInterval^ Empty {
TimeInterval^ get ();
}
static member Empty : TimeInterval with get
Property Value
Type:
TimeInterval
See Also