SwingSecsI Control also supports MSEC protocol which is used in Mitsubishi only. If this property is True, it means MSEC, and if False, then SECS. This property is a persistent property.
Syntax
Return Value
Example
|
.MSEC = True ' MSEC
.MSEC = False ' SECS
|
|
m_secs.SetMSEC(true); // MSEC
m_secs.SetMSEC(false); // SECS
|
Remarks
See Also
|