Click or drag to resize
AbstractDateTimePickerIsValidRange Method
Validates if time is in interval (set by UseCalendarLimit, MinDate and MaxDate properties).

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public abstract bool IsValidRange()

Return Value

Type: Boolean
See Also