Timecode constructor

init

Initializes a new instance of the Timecode class.

def __init__(self, format, time_value):
    ...
ParameterTypeDescription
formatTimeFormatThe time format.
time_valuestrThe time value.

See Also