datenum Interface

public interface datenum

Contents


Functions

private module function datenum0(year, month, day, hour, minute, second, microsecond)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: year
integer, intent(in) :: month
integer, intent(in) :: day
integer, intent(in), optional :: hour
integer, intent(in), optional :: minute
integer, intent(in), optional :: second
integer, intent(in), optional :: microsecond

Return Value real(kind=dp)