Method: Timecode#hours

Defined in:
lib/timecode.rb

#hoursObject

get the number of hours



342
343
344
# File 'lib/timecode.rb', line 342

def hours
  value_parts[0]
end