Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | isostring | |||
integer, | intent(in) | :: | imin | |||
integer, | intent(in) | :: | imax | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Duration), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Duration), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Duration), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Duration), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Duration), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Duration), | intent(in) | :: | self |
type :: ISO8601Duration private integer :: years_ integer :: months_ integer :: days_ integer :: hours_ integer :: minutes_ integer :: seconds_ contains procedure, public :: get_years procedure, public :: get_months procedure, public :: get_days procedure, public :: get_hours procedure, public :: get_minutes procedure, public :: get_seconds end type ISO8601Duration