Class: Time

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

Instance Method Summary collapse

Instance Method Details

#to_i_with_millisecondsObject



464
465
466
# File 'lib/cloudquery.rb', line 464

def to_i_with_milliseconds
  (to_f * 1000).to_i
end