ChronosChronos

addWeeks

Adds weeks and returns a new immutable Chronos instance.

addWeeks()

Adds weeks and returns a new immutable Chronos instance.

Signature

addWeeks(weeks: number): Chronos

Parameters

  • weeks: Number of weeks to add

Return Type

Chronos - New instance with added weeks

Example

playground.ts

Alternative

  • You can also use add method as original.add(1, 'week').

Last updated: Thu, May 21, 2026 12:57:11PM (UTC)

On this page