Method: TingYun::Helper#time_to_millis

Defined in:
lib/ting_yun/support/helper.rb

#time_to_millis(time) ⇒ Object



46
47
48
# File 'lib/ting_yun/support/helper.rb', line 46

def time_to_millis(time)
  (time.to_f * 1000).round
end