The low (signed) 32 bits of the Timestamp.
The high (signed) 32 bits of the Timestamp.
Compares this Timestamp with the given one.
Timestamp to compare against.
Return whether this Timestamp equals the other
Return the high 32-bits value.
Return the low 32-bits value.
Return the low unsigned 32-bits value.
Returns the number of bits needed to represent the absolute value of this Timestamp.
Return whether this Timestamp is greater than the other.
Timestamp to compare against.
Return whether this Timestamp is greater than or equal to the other.
Timestamp to compare against.
Return whether this value is negative.
IsOdd. Return whether this value is odd.
Return whether this value is zero.
Return whether this Timestamp is less than the other.
Timestamp to compare against.
Return whether this Timestamp is less than or equal to the other.
Timestamp to compare against.
The negation of this value.
The bitwise-NOT of this value.
Return whether this Timestamp does not equal the other.
Timestamp to compare against.
Returns this Timestamp with bits shifted to the left by the given amount.
The number of bits by which to shift.
Returns this Timestamp with bits shifted to the right by the given amount.
The number of bits by which to shift.
Returns this Timestamp with bits shifted to the right by the given amount, with the new top bits matching the current sign bit.
Return the int value.
Return the JSON value.
Return the Number value.
Return the String value.
The radix in which the text should be written.
Returns a Timestamp representing the 64-bit integer that comes by concatenating the given high and low bits. Each is assumed to use 32 bits..
The low 32-bits.
The high 32-bits.
Returns a Timestamp representing the given (32-bit) integer value.
The 32-bit integer in question.
Returns a Timestamp representing the given value, provided that it is a finite number. Otherwise, zero is returned.
The number in question.
Returns a Timestamp representation of the given string, written using the given radix.
The textual representation of the Timestamp.
The radix in which the text is written.
Generated using TypeDoc
Timestamp.
http://mongodb.github.io/node-mongodb-native/2.1/api/Timestamp.html