time_fields Interface

public interface time_fields

Calls

interface~~time_fields~~CallsGraph interface~time_fields time_fields proc~construct_time_fields construct_time_fields interface~time_fields->proc~construct_time_fields

Module Procedures

public pure function construct_time_fields(hour, minute, second, millisecond, timezone_offset) result(fields)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: hour
integer, intent(in) :: minute
integer, intent(in) :: second
integer, intent(in) :: millisecond
integer, intent(in) :: timezone_offset

Return Value type(time_fields)