Overload List

NameDescription
SetTimestamp(Int32, Timestamp)
Set the value of a Timestamp field at index nFieldIndex.
SetTimestamp(String, Timestamp)
Sets the value of a Timestamp field, given its name.
SetTimestamp(Schema..::..Field, Timestamp)
Sets the value of a Timestamp field.

The Schema.Field objects used to set and get Tuple field values must be obtained via the Tuple's Schema object. A Schema.Field object that has been created by the user or retrieved from a different Schema may not work.

See Also