ToolsUtilLinkOsSetClock Method
|
Set the RTC time and date on the printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void SetClock(
string dateTime
)
Sub SetClock (
dateTime As String
)
void SetClock(
String^ dateTime
)
Parameters
- dateTime String
- Date and or time in the proper format (MM-dd-yyyy, HH:mm:ss, or MM-dd-yyyy HH:mm:ss).
Exceptions Remarks
Accepted dateTime values include date (e.g. "MM-dd-yyyy"), time(e.g. " HH:mm:ss"),
or both(e.g. " MM-dd-yyyy HH:mm:ss").
See Also