Store.Item.setDateTime()

Signature

void setDateTime (Object storeItem, String fieldName, DateTime fieldValue)

Domain

ACTION

Description

Sets datetime value to the specified field

Parameters

NameTypeDescription
storeItemObjectStore Item Object
fieldNameStringName of the field whose value needs to be set
fieldValueDateTimeField value

Returns

TypeDescription
void

Cautions

none