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.

DESCRIPTION

Fetch a time_t value from a VF property.

RETURNS

TRUE iff foudn & converted OK.

RELATED TO vf_get_prop_value_time…