timedelta_constructor Function

public pure elemental function timedelta_constructor(days, hours, minutes, seconds, milliseconds)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: days
integer, intent(in), optional :: hours
integer, intent(in), optional :: minutes
integer, intent(in), optional :: seconds
integer, intent(in), optional :: milliseconds

Return Value type(timedelta)