Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Overview

Returns sum of specified dateTime and years.

DateTimeOffset myCalendar.AddYears(dateTime: DateTimeOffset, years: number)

Arguments

Specifies the base date time value.
number years
Specifies the how many years will be added to dateTime parameter.

Example

var newDate = $Calendar.AddYears($Calendar.Today, 3); //adds 3 years to the current date and returns DateTimeOffset object.

See Also

  • No labels