Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/cloud_query.rb

Instance Method Summary collapse

Instance Method Details

#to_i_with_millisecondsObject



40
41
42
# File 'lib/cloud_query.rb', line 40

def to_i_with_milliseconds
  (to_f * 1000).to_i
end