ASPxScheduler.LimitInterval Property
In This Article
Gets or sets the time interval available for end-users.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public TimeInterval LimitInterval { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#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. The default time interval is 1/1/1753 - 12/31/9998.
Note
In the .NET Framework the Date
See Also