gps_date_stamp property

gps_date_stamp property

Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time).

Definition:

@property
def gps_date_stamp(self):
    ...
@gps_date_stamp.setter
def gps_date_stamp(self, value):
    ...

See Also