UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

18 lines (17 loc) 685 B
import { Time } from "../modules/common/types/time.types"; export declare class TimeHelper { static updateDateWithTime(date: Date, time: Time): Date; private static _isValidTimeAnchor; private static _isValidTimeValue; private static _updateDateWithTimeAnchor; private static _updateDateWithTimeValue; private static _extractTimeComponents; private static _extractAmPm; private static _isValidHours; private static _isValidMinutes; private static _isValidSeconds; private static _updateDateWithCurrentTime; private static _updateDateWithStartOfDay; private static _updateDateWithEndOfDay; private static _adjustTo24HourFormat; }