TOML datatime value type
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(toml_date), | public | :: | date | ||||
| type(toml_time), | public | :: | time |
Create a new TOML datetime value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | optional | :: | year | ||
| integer, | intent(in), | optional | :: | month | ||
| integer, | intent(in), | optional | :: | day | ||
| integer, | intent(in), | optional | :: | hour | ||
| integer, | intent(in), | optional | :: | minute | ||
| integer, | intent(in), | optional | :: | second | ||
| integer, | intent(in), | optional | :: | msecond | ||
| character(len=*), | intent(in), | optional | :: | zone |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string |