SetDataItemStart method: Timeline class
Syntax
SetDataItemStart(Record_Name.Field_Name)
Description
Use the SetDataItemStart method to specify the Datetime field in the record that defines the start time for a timeline item.
Parameters
| Parameter | Description |
|---|---|
|
Record_Name.Field_Name |
Specify the name of the record and the field on that record that contains the start time value for a timeline item. The field must be of type Datetime. |
Returns
None.
Example
&oChart.SetDataItemStart(RECORD.FIELD);