time_delta_type Derived Type

type, public :: time_delta_type

Time delta type to store elapsed time.


Components

Type Visibility Attributes Name Initial
integer, public :: days = 0

Bygone days.

integer, public :: hours = 0

Bygone hours.

integer, public :: minutes = 0

Bygone minutes.

integer, public :: seconds = 0

Bygone seconds.