 | ReaderSetDstEnabled Method |
Sets whether Daylight Saving Time is enabled.
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic Task SetDstEnabled(
bool enable
)
Parameters
- enable
- Type: SystemBoolean
True to enable Daylight Saving Time.
Return Value
Type:
TaskA task that represents the asynchronous operation.
See Also