get_months Function

public function get_months(self)

Type Bound

ISO8601Duration

Arguments

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

Return Value integer


Called by

proc~~get_months~~CalledByGraph proc~get_months ISO8601Duration%get_months proc~convert_iso8601_to_esmf_timeinterval convert_ISO8601_to_esmf_timeinterval proc~convert_iso8601_to_esmf_timeinterval->proc~get_months

Source Code

   integer function get_months(self)
      class(ISO8601Duration), intent(in) :: self
      get_months = self%months_
   end function get_months