BIPOM_TIME_GetMonthName Function

Return short name of month

Syntax

void BIPOM_TIME_GetMonthName(char *pBuf, BIPOM_TIME *pTime);

Parameters

pTime - pointer to time object
pBuf  - pointer to buffer which will receive data

Return Value

SUCCESS or error code

Remarks

N/A

Requirements

time.h

Example

N/A