Back to Devexpress

SchedulerPrintAdapter.TimeInterval Property

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulerprintadapter-fc364b91.md

latest2.0 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public TimeInterval TimeInterval { get; set; }
vb
Public Property TimeInterval As TimeInterval

Property Value

TypeDescription
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

TimeIntervalChanged

ValidateTimeIntervals

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace