pub_name
A string containing a publication name for which the last download time is retrieved.
value
A pointer to the DECL_DATETIME structure to be populated. For example, value of January 1, 1990 indicates that the publication
has yet to be synchronized.
This method prototype is used internally when you refer to ULGetLastDownloadTime and #define the UNICODE macro on Win32 platforms.
Typically, you would not reference this method directly when creating an UltraLite application.
The following call populates the dt structure with the date and time that publication UL_PUB_PUB1 was downloaded:
DECL_DATETIME dt;
ret = ULGetLastDownloadTime( &sqlca, UL_TEXT("UL_PUB_PUB1"), &dt );