get_hours Function

public function get_hours(self)

Type Bound

ISO8601Duration

Arguments

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

Return Value integer


Called by

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

Source Code

   integer function get_hours(self)
      class(ISO8601Duration), intent(in) :: self
      get_hours = self%hours_
   end function get_hours