to_datetime_timeclass Function

public function to_datetime_timeclass(year, month, date, hour, minutes, seconds) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in), optional :: year
integer(kind=int32), intent(in), optional :: month
integer(kind=int32), intent(in), optional :: date
integer(kind=int32), intent(in), optional :: hour
integer(kind=int32), intent(in), optional :: minutes
real(kind=real64), intent(in), optional :: seconds

Return Value type(datetime_)