Procedure AddDateTime String propName DateTime propVal

 

adds a strongly typed DateTime value to this object

 

Usage:

 

DateTime dt

Move (CurrentDateTime()) to dt

Send AddDateTime of hoJSONObj "Now" dt

 

Notes:

 

when adding a value to a JSON object of type object the property name is required

 

when adding a value to a JSON object of type array the property name parameter is ignored