company logo

Date :: year - Get number of years

The function returns the year from the date value, i.e. iYears from the iYears-iMonth-iDays date value.

Return value:  Year ( int32  )

Number of the year (AD).

Implementation overview

Implementation details

  1. - internal feature (not documented)
    int32 Date  :: year (  )
  2. to list
  3. - internal feature (not documented)
    int32 Date  :: year ( int32 iYear )
    • iYear - Year

      Number of the year (AD).

  4. to list