View Source Vtc.Timecode.Sections (vtc v0.8.0)
Holds the individual sections of a timecode for formatting / manipulation.
struct-fields
Struct Fields
negative: Whether the timecode is less than 0.hours: Hours place value.minutes: Minutes place value. This is not the toal minutes, but the minutes added tohoursto get a final time.seconds: Seconds place value. As minutes, remainder value rather than total value.frames: Frames place value. As seconds, remainder value rather than total value.