SchedulerSettings.LimitInterval Property
Gets or sets the time interval available for end-users.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object. |
Remarks
This method is intended to restrict the user from operation beyond the specified time interval and block the view of appointments scheduled for dates outside it. When specifying the interval, you should not exceed the real-life time range which is common for the DateTime value type: from 12:00:00 midnight, January 1, 0001 Anno Domini (Common Era) to 11:59:59 P.M., December 31, 9999 A.D. (C.E.)
See Also