TimeMin - property of object TrendsView
Description:
Time of viewer left edge.
The property always returns local time.
Syntax:
TimeMin As Variant
Calling:
t = oTView.TimeMin
Note:
Property access for
read only.
It is possible to change this property for example:
- for graphic mode: to call the
ZoomTime method (e.g. with the parameter
nType=1)
- for table mode: to call the
ScrollTime method (e.g. with the parameter
nType=1)