GeoCOM Reference Manual
Central Services – CSV
Leica TPS1200 – Version 1.50
108
11.4.6
CSV_SetDateTime – setting the date and time
CSV_SetDateTime .............................................................................................................................................................................................................................................................................
e
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 5007
5007 ................................................................................................................................................................................................................................................................CSV_SetDateTim
C-Declaration
CSV_SetDateTime(DATIME DateAndTime)
VB-Declaration
VB_CSV_SetDateTime(ByVal DateAndTime As DATIME)
ASCII-Request
%R1Q,5007:
Year[short],Month,Day,Hour,Minute,Second[all byte]
ASCII-Response
%R1P,0,0:
RC
Remarks
Sets the current date and time of the instrument.
Parameters
DateAndTime
In
Encoded date and time.
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
See Also
CSV_GetDateTime
Example
See
CSV_GetDateTime
.