TOML-Fortran
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
toml_date
Derived Type
5 statements
Source File
datetime.f90
tomlf_datetime
toml_date
Contents
Variables
day
month
year
type, public :: toml_date
TOML date value (YYYY-MM-DD)
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
day
=
-1
integer,
public
::
month
=
-1
integer,
public
::
year
=
-1