FormatTimeIntervalInfo.FormatString Property
Specifies the format string to display the datetime value by the control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A format string. |
Remarks
The string should follow the common pattern for the .NET format strings. For example:
{0:MM/dd/yyyy}-{1:MM/dd/yyyy},
where two parameters indicate the start and the end of the range represented by the time cells.
See Also