Skip to main content

ly_time_str2ts

Function ly_time_str2ts 

Source
pub unsafe extern "C" fn ly_time_str2ts(
    value: *const c_char,
    ts: *mut timespec,
) -> Type
Expand description

@brief Convert date-and-time from string to timespec.

@param[in] value Valid string date-and-time value, the string may continue after the value (be longer). @param[out] ts Timespec. @return LY_ERR value.