Class: Time

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

Instance Method Summary collapse

Instance Method Details

#to_i_with_millisecondsObject



450
451
452
# File 'lib/cloudquery.rb', line 450

def to_i_with_milliseconds
  (to_f * 1000).to_i
end