Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | isostring | |||
integer, | intent(inout) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Time), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Time), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Time), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Time), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ISO8601Time), | intent(in) | :: | self |
type :: ISO8601Time private integer :: hour_ integer :: minute_ integer :: second_ integer :: millisecond_ ! Timezone is stored as offset from Z timezone in minutes ! Currently, only timezone Z offset is used. integer :: timezone_offset_ = Z contains procedure, public :: get_hour procedure, public :: get_minute procedure, public :: get_second procedure, public :: get_millisecond procedure, public :: get_timezone_offset end type ISO8601Time