Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | isostring | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Date), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Date), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Date), | intent(in) | :: | self |
type :: ISO8601Date private integer :: year_ integer :: month_ integer :: day_ contains procedure, public :: get_year procedure, public :: get_month procedure, public :: get_day end type ISO8601Date