Specifies the last time displayed in the Chart for all pens, for a specific Pen and/or the end time for that day to stop running the specified Timer object, in the Lookup Object,Line, Formatted Object, or GeneralDataSet Object in a object.
Chart and Pen Syntax
object.EndTime [= Date]
Properties
The EndTime property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Date |
The ending time for the chart. |
Remarks
The EndTime property is a convenience property enabling the user to set the end times for all pens displayed in the Chart. The end times that are displayed in the Chart are those for the specific pens. Therefore, the user may not see what he/she expects because the chart's end time is overruled by each of the pen's ending times.
This property is not impacted by any Global Time Control property settings.
Timer Syntax
object.EndTime [= Variant]
Properties
The EndTime property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Variant |
The end time of that day that you want the timer to stop running. |
Remarks
EndTime takes a DATE for the Timer object. EndTime is a read-only property.