@webilix/jalali-date-time
Version:
Lightweight library for parsing and formating Jalali date with timezone functionality
9 lines • 670 B
TypeScript
/**
* @deprecated This method is deprecated and will be removed in future versions. Please use nextDayOfMonth instead
*/
export declare function nextMonth(day: 'FIRST' | 'LAST' | number, date?: Date, timezone?: string): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number, date: Date): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number, timezone: string): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number, date: Date, timezone: string): Date;
//# sourceMappingURL=day-of-month.d.ts.map