# GraffitiTimelineBar
Class
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Position as Date | (None) | Creates a new Bar object representing the passed parameter(s). |
| Constructor | Position as Date <br> Title as String | (None) | Creates a new Bar object representing the passed parameter(s). |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | ID | String | (None) |
| Attributes | mObserver | GraffitiUpdateInterface | (None) |
| Editable | Boolean | (None) | When True, users can drag this bar to change its Position value. |
| Position | Date | (None) | The current date/time of the bar. |
| Title | String | (None) | The title displayed for the bar. |