Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Interface DateOptions

    Options for date/time picker operations.

    const opts: DateOptions = { timeout: 5000, skipStabilityWait: true };
    
    interface DateOptions {
        locale?: string;
        skipStabilityWait?: boolean;
        timeout?: number;
        timezone?: string;
    }
    Index

    Properties

    locale?: string

    Locale for formatting (reserved for future use).

    skipStabilityWait?: boolean

    Whether to skip stability wait after setting.

    timeout?: number

    Timeout in milliseconds for the operation.

    timezone?: string

    Timezone for formatting (reserved for future use).