SchedulerPrintAdapter.TimeInterval Property
Gets or sets the time interval used by the print adapter to create a report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the time interval. |
Remarks
Handle the SchedulerPrintAdapter.ValidateTimeIntervals event to check and modify the time intervals used in a report. The SchedulerPrintAdapter.TimeIntervalChanged event occurs when the TimeInterval value is changed.
See Also