onvif
    Preparing search index...

    Interface SpecialDayGroup

    The special day group structure shall include all properties of the SpecialDayGroupInfo structure and also a set of special days. A special day group are days (or parts of days) that require the regular schedule to be overridden with an alternate schedule. For example holidays, half-days, working Sundays, etc.

    interface SpecialDayGroup {
        days?: string;
        description?: string;
        extension?: SpecialDayGroupExtension;
        name: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    days?: string

    An iCalendar structure that contains a group of special days. Is of type string (containing an iCalendar structure).

    description?: string

    User readable description for the special days. It shall be up to 1024 characters.

    name: string

    User readable name. It shall be up to 64 characters.

    token: string

    A service-unique identifier of the item.