Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(datetime_), | intent(in) | :: | dt1 | |||
type(datetime_), | intent(in) | :: | dt2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in), | optional | :: | year | ||
integer(kind=int32), | intent(in), | optional | :: | month | ||
integer(kind=int32), | intent(in), | optional | :: | date | ||
integer(kind=int32), | intent(in), | optional | :: | hour | ||
integer(kind=int32), | intent(in), | optional | :: | minutes | ||
real(kind=real64), | intent(in), | optional | :: | seconds |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public | :: | year | ||||
integer(kind=int32), | public | :: | month | ||||
integer(kind=int32), | public | :: | date | ||||
integer(kind=int32), | public | :: | hour | ||||
integer(kind=int32), | public | :: | minutes | ||||
real(kind=real64), | public | :: | seconds |
procedure, public :: show => show_datetime_timeclass |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=8), | public | :: | date | ||||
character(len=10), | public | :: | time | ||||
character(len=5), | public | :: | zone | ||||
integer(kind=int32), | public | :: | values(8) |
procedure, public :: start => starttime | |
procedure, public :: show => showtime | |
procedure, public :: clear => cleartime | |
procedure, public :: reset => cleartime | |
procedure, public :: sleep => sleeptime | |
procedure, public :: DateAndTime => DateAndTimetime | |
procedure, public :: t => tTime | |
procedure, public :: freq => freqTime |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in), | optional | :: | year | ||
integer(kind=int32), | intent(in), | optional | :: | month | ||
integer(kind=int32), | intent(in), | optional | :: | date | ||
integer(kind=int32), | intent(in), | optional | :: | hour | ||
integer(kind=int32), | intent(in), | optional | :: | minutes | ||
real(kind=real64), | intent(in), | optional | :: | seconds |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | year | |||
integer(kind=int32), | intent(in) | :: | month |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(time_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(time_), | intent(in) | :: | obj | |||
real(kind=real64), | intent(in) | :: | t_range(1:2) | |||
real(kind=real64), | intent(in) | :: | hz | |||
integer(kind=int32), | intent(in), | optional | :: | max_sample |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(datetime_), | intent(in) | :: | dt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(time_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(time_), | intent(inout) | :: | obj |