libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_get_date_val()

PLIST_API void plist_get_date_val ( plist_t  node,
int32_t *  sec,
int32_t *  usec 
)

Get the value of a PLIST_DATE node.

This function does nothing if node is not of type PLIST_DATE

Deprecated:
Deprecated. Use plist_get_unix_date_val instead.
Parameters
nodethe node
seca pointer to an int32_t variable. Represents the number of seconds since 01/01/2001.
useca pointer to an int32_t variable. Represents the number of microseconds