DateTimeUtil::addYears Method

Adds the specified number of years to a utcdatetime value.

Syntax

client server public static utcdatetime addYears(utcdatetime t, int value)

Run On

Called

Parameters

  • t
    Type: utcdatetime
    A utcdatetime value to which to add years.
  • value
    Type: int
    The number of years to add.

Return Value

Type: utcdatetime
A new utcdatetime value.

Remarks

If the value of the value parameter is negative, years will be subtracted.

See Also

Reference

DateTimeUtil Class