RasmusBroborg / DotnetTimecode

Dotnet Timecode is a C# class library for working with SMPTE Timecodes defined by the Society of Motion Picture and Television Engineers in the SMPTE 12M specification.
MIT License
8 stars 6 forks source link

Adding negative seconds/minutes/hours breaks the property-values for seconds/minutes/hours #8

Closed RasmusBroborg closed 2 years ago

RasmusBroborg commented 2 years ago
var tc = new Timecode(Enums.Framerate.fps24)
tc.AddMinutes(-61); ---> "09:0-1:00:00"
RasmusBroborg commented 2 years ago

Closed with #9