Use this function to convert a timestamp into its various components.
Syntax
void cor_stamp_get_components(stamp, yyyy, mm, dd, hh,
min, sec, tt )
COR_STAMP *stamp;
int *yyyy;
int *mm;
int *dd;
int *hh;
int *min;
int *sec;
int *tt;
Input Arguments
stamp |
A valid CIMPLICITY timestamp. |
Output Arguments
yyyy |
The year, in the range 1970..9999. |
mm |
The month, in the range 1..12. |
dd |
The day of the month. |
hh |
The hour, specified as a 24-hour clock. |
min |
Minutes past the hour, in the range 0..59 |
sec |
Seconds, in the range 0..59 |
tt |
Fractional seconds, specified in TICKS (hundredths of a second). |
Return Value
None
General subroutines for field definitions: Alarm Management API. |