Skip to main content
A newer version of this page is available. .

ASPxScheduler.LimitInterval Property

Gets or sets the time interval available for end-users.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public TimeInterval LimitInterval { get; set; }

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. The default time interval is 1/1/1753 - 12/31/9998.

Note

In the .NET Framework the DateTime value type represents dates and times ranging 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