Returns the time value of the specified Property from a [[Thing]]. If the Property is not present or its value is not of type time, returns null. If the Property has multiple time values, returns one of its values.
The [[Thing]] to read a time value from.
The Property whose time value to return.
A time value for the given Property if present, or null if the Property is not present or the value is not of type time.
1.10.0
Returns the time value of the specified Property from a [[Thing]]. If the Property is not present or its value is not of type time, returns null. If the Property has multiple time values, returns one of its values.