@inrupt/solid-client
    Preparing search index...

    Function getTimeAll

    • Returns the time values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type time, omits that value in the array.

      Parameters

      • thing: Thing

        The [[Thing]] to read the time values from.

      • property: string | Url

        The Property whose time values to return.

      Returns Time[]

      An array of time values for the given Property.

      1.10.0