|
msiGetFormattedSystemTime |
( |
msParam_t * |
outParam, |
|
|
msParam_t * |
inpParam, |
|
|
msParam_t * |
inpFormatParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Returns the local system time, formatted
- Module:
- core
- Since:
- pre-2.1
- Author:
- Romain Guinot
- Date:
- 2008
- Note:
- Default output format is system time in seconds. Use 'human' as input parameter 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 (human) |
[in] | inpFormatParam | - Optional - a STR_MS_T containing printf formatting (if inpParam was human) |
[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 1696 of file nre.systemMS.c.
|