date_fields Interface

public interface date_fields

Calls

interface~~date_fields~~CallsGraph interface~date_fields date_fields proc~construct_date_fields construct_date_fields interface~date_fields->proc~construct_date_fields

Module Procedures

public function construct_date_fields(year, month, day) result(fields)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: year
integer, intent(in) :: month
integer, intent(in) :: day

Return Value type(date_fields)