CArclib::ArcSetDayLightSaving

The ArcSetDayLightSaving method updates the Daylight Saving setting.

 

virtual ARC_STATUS ArcSetDayLightSaving (

BYTE nMode

);

Parameters:

[IN]

nMode: Modes of Daylight Saving

 

Value

Meaning

0

Enabled

1

Disabled

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.