date property

date property

Gets or sets a numeric string in the DDMM format containing the date for the recording. This field is always four characters long. This value is represented by the TDAT frame.

Definition:

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

See Also