SYNOPSIS
#include <../vformat/vf_iface.h>
extern uint32_t vf_period_time_to_string
(
char *p_string,
const VF_ISO8601_PERIOD_T *p_period
);
PARAMETERS
- char *p_string
- Output string.
- const VF_ISO8601_PERIOD_T *p_period
- Input period value.