GetDateInt8 — Returns a new date/time from an initial date/time and offset
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | yyyymmdd_1 |
Initial date in YYYYYMMDD format |
|||
| integer | :: | hhmmss_1 |
Initial time in HHMMSS format |
|||
| integer(kind=INT64) | :: | offset |
Offset to add (in seconds) |
|||
| integer | :: | yyyymmdd_2 |
New date in YYYYMMDD format |
|||
| integer | :: | hhmmss_2 |
New time in HHMMSS format |
|||
| integer | :: | rc |
Return code. (<0 = error) |
GetDateInt4 — Returns a new date/time from an initial date/time and offset
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | yyyymmdd_1 |
Initial date in YYYYYMMDD format |
|||
| integer | :: | hhmmss_1 |
Initial time in HHMMSS format |
|||
| integer | :: | offset |
Offset to add (in seconds) |
|||
| integer | :: | yyyymmdd_2 |
New date in YYYYMMDD format |
|||
| integer | :: | hhmmss_2 |
New time in HHMMSS format |
|||
| integer | :: | rc |
Return code. (<0 = error) |