Back to Devexpress

GanttTimescaleUnit Enum

windowsforms-devexpress-dot-xtragantt-63ee570e.md

latest2.5 KB
Original Source

GanttTimescaleUnit Enum

Enumerates values that specify time intervals that correspond to a single unit on the time scale.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum GanttTimescaleUnit
vb
Public Enum GanttTimescaleUnit

Members

NameDescription
Millisecond

A single unit corresponds to a millisecond.

| | Second |

A single unit corresponds to a second.

| | Minute |

A single unit corresponds to a minute.

| | Hour |

A single unit corresponds to an hour.

| | Day |

A single unit corresponds to a day.

| | Week |

A single unit corresponds to a week.

| | Month |

A single unit corresponds to a month.

| | Quarter |

A single unit corresponds to a quarter of the year.

| | HalfYear |

A single unit corresponds to a half of the year.

| | Year |

A single unit corresponds to a year.

|

The following properties accept/return GanttTimescaleUnit values:

Remarks

The GanttTimescaleUnit type is used to specify the following properties:

See Also

DevExpress.XtraGantt Namespace