Metaspace.Tuple.putDateTime()

Signature

Object putDateTime (Object tuple, String key, Object value)

Domain

ACTION

Description

Puts a Calendar object based on the specified key into the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key
valueObjectInstance of java.util.Calender

Returns

TypeDescription
ObjectThe previous value if it exists, null otherwise

Cautions

none