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] Public Function SettingsRulersTimeOffsetSet ( nTimeOffsetInMs as Int32 ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes SettingsRulersTimeOffsetSet ( Int32 nTimeOffsetInMs ); |
[C++] public: enumWanErrorCodes SettingsRulersTimeOffsetSet ( Int32 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. |