UpdateStartDate
This function Update the start date of the Trend object.
Function Definition:
void UpdateStartDate(DateTime date)
. DateTime date: A DateTime parameter that represents the start
date of the Trend.
To configure this function, follow the steps below:
1. In an object event, configure the UpdateStartDate function: TrendObjectName.UpdateStartDate(date);
2. During the execution of RunTime, run the configured event.
Example UpdateStartDate:
In the graphic document, the user has one Trend object (named as Trend1). In a Button object (named as Button1) the user configures the UpdateStartDate event with the following event:
Trend1.UpdateStartDate(@date);
In this event, the Button1 will sets the Trend start date.
|
Note: This property exists only to the following objects: . Trend |