time property

time property

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

Definition:

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

See Also