get_hour_datetime Function

public function get_hour_datetime(self)

Type Bound

ISO8601DateTime

Arguments

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

Return Value integer


Calls

proc~~get_hour_datetime~~CallsGraph proc~get_hour_datetime ISO8601DateTime%get_hour_datetime proc~get_hour ISO8601Time%get_hour proc~get_hour_datetime->proc~get_hour

Called by

proc~~get_hour_datetime~~CalledByGraph proc~get_hour_datetime ISO8601DateTime%get_hour_datetime proc~convert_iso8601_to_esmf_time convert_ISO8601_to_esmf_time proc~convert_iso8601_to_esmf_time->proc~get_hour_datetime proc~test_construct_iso8601datetime test_construct_ISO8601DateTime proc~test_construct_iso8601datetime->proc~get_hour_datetime proc~test_iso8601datetime_getters test_ISO8601DateTime_getters proc~test_iso8601datetime_getters->proc~get_hour_datetime

Source Code

   integer function get_hour_datetime(self)
      class(ISO8601DateTime), intent(in) :: self
      get_hour_datetime = self%time_%get_hour()
   end function get_hour_datetime