Const
Create a new Thing with existing values replaced by the given date for the given Property.
To preserve existing values, see [[addDate]].
The original thing is not modified; this function returns a cloned Thing with updated values.
thing
Thing to set an date value on.
Property for which to set the given date value.
Date to set on thing for the given property.
property
A new Thing equal to the input Thing with existing values replaced by the given value for the given Property.
1.10.0
Create a new Thing with existing values replaced by the given date for the given Property.
To preserve existing values, see [[addDate]].
The original
thing
is not modified; this function returns a cloned Thing with updated values.