UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

7 lines (6 loc) 179 B
/** * @hidden * * A function that finds zone rules which become applicable after specific time. */ export declare const findZone: (timezone: string, utcTime?: number) => any;