toml_time Interface

public interface toml_time

Module Procedures

private elemental function new_toml_time(hour, minute, second, msec, zone) result(self)

Constructor for toml_time type, necessary due to PGI bug in NVHPC 20.7 and 20.9

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: hour
integer, intent(in), optional :: minute
integer, intent(in), optional :: second
integer, intent(in), optional :: msec
character(len=*), intent(in), optional :: zone

Return Value type(toml_time)