TimestampValue | 
FieldValue.asTimestamp() | 
 Casts to TimestampValue. 
 | 
TimestampValue | 
TimestampValue.clone() | 
 Create a deep copy of this object. 
 | 
TimestampValue | 
FieldDef.createTimestamp(java.sql.Timestamp value) | 
 Creates a TimestampValue instance based on the value. 
 | 
static TimestampValue | 
FieldValueFactory.createTimestamp(int year,
               int month,
               int day,
               int hour,
               int minute,
               int second,
               int fracSeconds,
               int precision) | 
 Creates a TimestampValue instance from date time components. 
 | 
static TimestampValue | 
FieldValueFactory.createTimestamp(java.lang.String s,
               int precision) | 
 | 
static TimestampValue | 
FieldValueFactory.createTimestamp(java.sql.Timestamp v,
               int precision) | 
 Creates a TimestampValue instance from its java representation. 
 | 
TimestampValue | 
TimestampDef.currentTimestamp() | 
 Creates a TimestampValue instant set to the current system millisecond
 time. 
 | 
TimestampValue | 
TimestampDef.fromString(java.lang.String timestampString) | 
 Creates a TimestampValue instance from a String, the string must be in
 the format of DEFAULT_PATTERN with UTC zone. 
 | 
TimestampValue | 
TimestampDef.fromString(java.lang.String timestampString,
          java.lang.String pattern,
          boolean withZoneUTC) | 
 Creates a TimestampValue instance from a String with specified pattern. 
 |