Click or drag to resize

TimeIntervalCollectionTIsEmpty Property

Gets a value indicating whether or not the interval collection is empty; where emptiness is defined as the count of intervals being equal to zero. To probe if the amount of time contained in a collection is zero, convert to a duration using ToDuration and check for equality with Zero.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsEmpty { get; }

Property Value

Type: Boolean
See Also