company logo

DateTime :: 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 DateTime  :: month (  )
  2. to list
  3. - internal feature (not documented)
    int32 DateTime  :: month ( int32 iMonth )
    • iMonth - Month

      Month of the year according to the Gregorian Calendar.

  4. to list