SettingsRulersTimeOffsetSet method |
|
Remarks
Modifies the time offset for time rulers.
After calling this method, time rulers will display position 0:00.000 at the given offset and earlier positions will be displayed as negative values,
Syntax
[Visual Basic] control.SettingsRulersTimeOffsetSet ( nTimeOffsetInMs as Long ) as enumWanErrorCodes |
[C++] short control.SettingsRulersTimeOffsetSet ( long nTimeOffsetInMs ); |
Parameter |
Description |
|
|
nTimeOffsetInMs |
Number representing the offset expressed in milliseconds. By default this value is set to 0. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |