TimeIntervalTIsStopIncluded Property |
Gets a value indicating whether or not the
Stop date is
included in the interval.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic bool IsStopIncluded { get; }
Public ReadOnly Property IsStopIncluded As Boolean
Get
public:
property bool IsStopIncluded {
bool get ();
}
member IsStopIncluded : bool with get
Property Value
Type:
Boolean
See Also