Method: Time#stamp

Defined in:
lib/cassandra/time.rb

#stampObject



7
8
9
# File 'lib/cassandra/time.rb', line 7

def stamp
  to_i * 1_000_000 + usec
end