Back to Devexpress

TimeIntervalFormatType Enum

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-d5037998.md

latest2.3 KB
Original Source

TimeIntervalFormatType Enum

Lists the values used to specify how the string representing the time interval should be formatted in the TimeIntervalInfo control.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public enum TimeIntervalFormatType
vb
Public Enum TimeIntervalFormatType

Members

NameDescription
Default

Uses the most appropriate TimeIntervalInfo.FormatType for the associated view.

| | Daily |

Prints two lines: the date (format string “dd MMMM yyyy”) and the day of the week (format string “dddd”).

| | Weekly |

Prints two lines: the start date of the printed interval (format string “dd MMMM”) and the end date of the printed interval (format string “dd MMMM yyyy”).

| | Monthly |

Prints two lines: the start date of the printed interval (format string “dd MMMM”) and the end date of the printed interval (format string “dd MMMM yyyy”).

| | Timeline |

Prints the start and end time of the visible interval obtained via the TimeScale.FormatCaption method of the base time scale.

|

The following properties accept/return TimeIntervalFormatType values:

Remarks

The TimeIntervalFormatType enumeration contains items representing predefined settings for the TimeIntervalInfo content string.

See Also

DevExpress.XtraScheduler.Reporting Namespace