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

TimeIntervalInfoBase.PrintTimeInterval Property

Gets the time interval printed by the control.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TimeInterval PrintTimeInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the time interval.

See Also