|
msiGetSystemTime |
( |
msParam_t * |
outParam, |
|
|
msParam_t * |
inpParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice returns the local system time
- Module:
- framework
- Since:
- pre-2.1
- Author:
- Antoine de Torcy
- Date:
- 2007-09-19
- Note:
- Default output format is system time in seconds, use 'human' as input param for human readable format.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[out] | outParam | - a STR_MS_T containing the time |
[in] | inpParam | - Optional - a STR_MS_T containing the desired output format |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 1293 of file nre.systemMS.c.
|