SAP Cloud SDK for JavaScript - v4.1.2
    Preparing search index...

    Interface to represent Time or Duration.

    interface Time {
        hours: number;
        minutes: number;
        seconds: number;
    }
    Index

    Properties

    Properties

    hours: number

    The number of hours.

    minutes: number

    The number of minutes.

    seconds: number

    The number of seconds.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.