TimeIntervalIsStartIncluded Property |
Gets a value indicating whether the
Start date is included in the interval.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsStartIncluded { get; }
Public ReadOnly Property IsStartIncluded As Boolean
Get
public:
property bool IsStartIncluded {
bool get ();
}
member IsStartIncluded : bool with get
Property Value
Type:
BooleanSee Also