Declaration

Visual C#:

int SetTime(string Time);

Visual C++:

long SetTime(CString Time);

Visual Basic:

Private Sub SetTime(ByVal Time As String) As Integer

Delphi:

function SetTime(Time : String) : Integer;

Parameters

Time

   The time to be set.

Return Value

Return 1 if the operation was successful; otherwise return Error Code;

Remarks

Set the current time of the device.

See Also  GetTime