IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

ItemPubDate Property

This property contains the date of the current item's most recent publication.

Syntax

char* GetItemPubDate(int iItemIndex);

int SetItemPubDate(int iItemIndex, char* lpszItemPubDate);

Default Value

""

Remarks

This property contains the date of the current item's most recent publication. It should conform to the standards set in RFC 822, with the exception that years can be either 2 or 4 characters long.

The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]