get_day_datetime Function

public function get_day_datetime(self)

Type Bound

ISO8601DateTime

Arguments

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

Return Value integer


Calls

proc~~get_day_datetime~~CallsGraph proc~get_day_datetime ISO8601DateTime%get_day_datetime proc~get_day ISO8601Date%get_day proc~get_day_datetime->proc~get_day

Called by

proc~~get_day_datetime~~CalledByGraph proc~get_day_datetime ISO8601DateTime%get_day_datetime 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_iso8601datetime_getters test_ISO8601DateTime_getters proc~test_iso8601datetime_getters->proc~get_day_datetime

Source Code

   integer function get_day_datetime(self)
      class(ISO8601DateTime), intent(in) :: self
      get_day_datetime = self%date_%get_day()
   end function get_day_datetime