JezK
Edit File: MonthFromTime.d.ts
declare function MonthFromTime(t: number): number; export = MonthFromTime;