PrinterUtilSetClock Method
|
Set the RTC time and date on the printer.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static void SetClock(
string connectionString,
string dateTime
)
Public Shared Sub SetClock (
connectionString As String,
dateTime As String
)
public:
static void SetClock(
String^ connectionString,
String^ dateTime
)
Parameters
- connectionString
- Type: SystemString
The connection string. - dateTime
- Type: SystemString
Format MM-dd-yyyy HH:mm:ss.
Exceptions Remarks See Also