SYNOPSIS
#include <../vformat/vf_iface.h>
extern bool_t vf_get_prop_value_time
(
VF_PROP_T *p_prop,
uint32_t n_string,
long int *p_t_value
);
PARAMETERS
- VF_PROP_T *p_prop
- The property.
- uint32_t n_string
- Which string we're decoding.
- long int *p_t_value
- Pointer to output time value.