time_stamp property

time_stamp property

Gets or sets the time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.

Definition:

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

See Also