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

    Function getDateAll

    • Returns the date 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 date, omits that value in the array.

      Parameters

      • thing: Thing

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

      • property: string | Url

        The Property whose date values to return.

      Returns Date[]

      An array of date values for the given Property.

      1.10.0