期間に含まれる時間数を示す
Returns:
1096 1097 1098 1099
# File 'lib/when_exe/tmobjects.rb', line 1096 def hours return nil unless @time return @time[HOUR].to_s end