vf_set_prop_value_time(3) vf_set_prop_value_time()

SYNOPSIS

#include <../vformat/vf_iface.h>

extern bool_t vf_set_prop_value_time
(
       VF_PROP_T *p_prop,

       uint32_t n_string,

       const long int t_value

);

PARAMETERS

VF_PROP_T *p_prop
The property.
uint32_t n_string
Which string we're encoding to.
const long int t_value
Time value.

DESCRIPTION

Set a time_t value into a VF property.

RETURNS

TRUE iff property added & set OK.