Declaration
Visual C#:
string GetTime();
Visual C++:
CString GetTime();
Visual Basic:
Private Sub GetTime As String
Delphi:
function GetTime : String;
Return Value
Return the current time of the device if the operation was successful; otherwise return empty.
Remarks
Read the current time of the device.
See Also SetTime