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

    Function getDatetimeAll

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

      Parameters

      • thing: Thing

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

      • property: string | Url

        The Property whose datetime values to return.

      Returns Date[]

      An array of datetime values for the given Property.