get_day Function

public function get_day(self)

Type Bound

ISO8601Date

Arguments

Type IntentOptional Attributes Name
class(ISO8601Date), intent(in) :: self

Return Value integer


Called by

proc~~get_day~~CalledByGraph proc~get_day ISO8601Date%get_day proc~convert_iso8601_to_integer_date convert_ISO8601_to_integer_date proc~convert_iso8601_to_integer_date->proc~get_day proc~get_day_datetime ISO8601DateTime%get_day_datetime proc~get_day_datetime->proc~get_day proc~test_construct_iso8601date test_construct_ISO8601Date proc~test_construct_iso8601date->proc~get_day proc~test_iso8601date_getters test_ISO8601Date_getters proc~test_iso8601date_getters->proc~get_day proc~convert_iso8601_to_esmf_time convert_ISO8601_to_esmf_time proc~convert_iso8601_to_esmf_time->proc~get_day_datetime proc~test_construct_iso8601datetime test_construct_ISO8601DateTime proc~test_construct_iso8601datetime->proc~get_day_datetime proc~test_convert_iso8601_to_integer_date test_convert_ISO8601_to_integer_date proc~test_convert_iso8601_to_integer_date->proc~convert_iso8601_to_integer_date proc~test_iso8601datetime_getters test_ISO8601DateTime_getters proc~test_iso8601datetime_getters->proc~get_day_datetime

Source Code

   integer function get_day(self)
      class(ISO8601Date), intent(in) :: self
      get_day = self%day_
   end function get_day