fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
datetime_t
Derived Type
8 statements
Source File
fortplot_datetime.f90
fortplot_datetime
datetime_t
Contents
Variables
year
month
day
hour
minute
second
type, public :: datetime_t
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
year
=
1970
integer,
public
::
month
=
1
integer,
public
::
day
=
1
integer,
public
::
hour
=
0
integer,
public
::
minute
=
0
integer,
public
::
second
=
0