JS API for the Web Client Utils Service This is a generic utility service for web clients.

Hierarchy

  • WebClientUtilsService

Constructors

Properties

Methods

Constructors

Properties

NAME: string

The name of the Web Client Utils Service. Used by the client for the name in the variable descriptor when calling getObject from the core connection.

TYPE: string

The type of the Web Client UtilsService. Used by the client for the type in the variable descriptor when calling getObject from the core connection.

Methods

  • Returns void

  • Get business dates for a given calendar between startDate and endDate.

    Parameters

    • calendarName: string

      the name of the calendar

    • startDate: string

      the start date

    • endDate: string

      the end date

    Returns Promise<string[]>

    a promise that resolves to an array of business dates