TimeFormat property
Returns or sets the format in which the trend control displays time. Read/write. RSTtimeFormat.
Syntax
Trend
.TimeFormat
[ = value
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.value
- is a constant of the type RSTtimeFormat. Time can be 24-hour, 12-hour, or system time.Remarks
Specifies whether the trend object displays time in 24-hour format, in AM/PM format or in system format. If system time format is selected, the format specified in the Windows Control Panel's Regional Options is used.
The TimeFormat parameter has no effect if the pen values are not displayed.
This property affects every time display in the trend object.
Provide Feedback