company logo

Date :: month - Get number of month

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

Return value:  Month ( int32  )

Month of the year according to the Gregorian Calendar.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    int32 Date  :: month (  )
  2. to list
  3. - internal feature (not documented)
    int32 Date  :: month ( int32 iMonth )
    • iMonth - Month

      Month of the year according to the Gregorian Calendar.

  4. to list