DATE
Within TrendSpec, a DATE value has to be enclosed within the code %23. Specify a DATE using this format:
<Identifier> = %23<dd/MM/yyyy HH:mm:ss.SSS>%23
Specify the date in the above order, regardless of the Date Format used on your system. If you omit the HH:mm:ss.SSS
time syntax, the time defaults to midnight at the start of the specified date.
Example:
StartTime = %2312/01/2009 09:45:00.000%23
(for the XAXIS interval to start at 09:45am on 12th January 2009)