Const
Create a new Thing with the given date removed for the given Property.
The original thing is not modified; this function returns a cloned Thing with updated values.
thing
Thing to remove a date value from.
Property for which to remove the given date value.
Date to remove from thing for the given property.
property
A new Thing equal to the input Thing with the given value removed for the given Property.
1.10.0
Create a new Thing with the given date removed for the given Property.
The original
thing
is not modified; this function returns a cloned Thing with updated values.