TimeLineHelper
Contents
[
Hide
]TimeLineHelper class
TimeLineHelper to set property of timeline shape.
TimeLineHelper(shape)
TimeLineHelper.
Properties
| Name | Type | Description |
|---|---|---|
| FiscalStart | DateTime | First day of fiscal year |
| TimePeriodStart | DateTime | Time Period for start of timeline shape |
| TimePeriodFinish | DateTime | Time Period for finish of timeline shape |
| TimeScale | int | scale of timeline shape |
| ArrowHead | int | ArrowHead of timeline shape |
| BeginWeek | int | Begin week of timeline shape |
| TimeLineType | int | Begin week of timeline shape |
| IsDisplayBE | boolean | whether to display Begin and End dates on timeline |
| IsDisplayIntm | boolean | whether to display interim date/time ticks on timeline |
| IsDisplayIntmDates | boolean | whether to display interim dates on interim ticks |
| IsAutoUpdate | boolean | whether to update data for markers (milestones, intervals) as they are moved on timeline |
| DateFormatForIntm | int | DateFormat for Intm of timeline shape Value Format String 0 dddd, yyyy-M-d 1 yyyy-MM-dd 2 yy-MMM-d 3 yyyy/M/d 4 yy-MMM.- |
| DateFormatStringForIntm | String | DateFormat String for Intm of timeline shape |
| DateFormatForBE | int | DateFormat for start and finish of timeline shape Value Format String 0 dddd, yyyy-M-d 1 yyyy-MM-dd 2 yy-MMM-d 3 yyyy/M/ |
| DateFormatStringForBE | String | DateFormat String for start and finish of timeline shape |
Methods
| Name | Description |
|---|---|
| refreshTimeLine | Refresh time of timeline shapes |
| getWeekEnd | getweekstart |
| getDoubleStringFromDateTime | Convert the date time to double value. |