SchedulerPrintAdapter.TimeInterval Property
In This Article
Gets or sets the time interval used by the print adapter to create a report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public TimeInterval TimeInterval { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#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