date_stamp property

date_stamp property

Gets or sets the character string recording date and time information relative to UTC (Coordinated Universal Time). The format is YYYY:MM:DD.

Definition:

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

See Also