UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

11 lines (10 loc) 218 B
/** * @hidden * * A function that gets the information about the zone and the rule for a specific timezone. * */ export declare const zoneAndRule: (timezone: any, date: Date) => { rule: any; zone: any; };