UNPKG

@tencentcloud/roomkit-web-vue3

Version:

<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,

10 lines (9 loc) 520 B
export interface DateAndTimeResult { date: Date; laterTime: string; time: string; } export declare const getDateAndTime: (date: Date, timeZone?: string) => DateAndTimeResult; export declare const convertToTimestamp: (date: Date, time: string, timezone: string, offset?: 1 | -1, referenceTimezone?: string) => number; export declare const calculateEndTime: (startTime: number, duration: number) => number; export declare function getTimezoneOffset(targetTimezone: string, referenceTimezone?: string): number;