HMS_CURRENT_HMS returns the current HMS time as integers.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4) | :: | h | ||||
integer(kind=4) | :: | m | ||||
integer(kind=4) | :: | s | ||||
integer(kind=4) | :: | mm |
HMS_CURRENT_PRINT prints the current HMS time, and a user specified string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | string |
HMS_CURRENT_STRING writes the current HMS data into a string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | string |
HMS_DELTA_PRINT prints the change in HMS time, and a user specified string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | string |
TIMESTRING writes the current YMDHMS date into a string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | string |