# GraffitiTimelineBar
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Position as DateTime | (None) | Creates a new Bar object representing the passed parameter(s). |
| Constructor | Position as DateTime <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 | DateTime | (None) | The current date/time of the bar. |
| Title | String | (None) | The title displayed for the bar. |