Files
echo-nexus/node_modules/react-day-picker/dist/esm/ethiopic/lib/setMonth.d.ts
T

9 lines
238 B
TypeScript

/**
* Set month
*
* @param {Date} date - The original date
* @param {number} month - The zero-based month index
* @returns {Date} The new date with the month set
*/
export declare function setMonth(date: Date, month: number): Date;