EntryModified Property
This property contains a Date value that indicates the time in which the current entry was last modified.
Syntax
ANSI (Cross Platform) char* GetEntryModified(int iEntryIndex);
int SetEntryModified(int iEntryIndex, const char* lpszEntryModified); Unicode (Windows) LPWSTR GetEntryModified(INT iEntryIndex);
INT SetEntryModified(INT iEntryIndex, LPCWSTR lpszEntryModified);
- (NSString*)entryModified:(int)entryIndex; - (void)setEntryModified:(int)entryIndex:(NSString*)newEntryModified;
#define PID_ATOM_ENTRYMODIFIED 63 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Atom_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Atom_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Atom_CheckIndex(void *lpObj, int propid, int arridx);
Default Value
""
Remarks
This property contains a Date value that indicates the time in which the current entry was last modified.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EntryCount property.
This property is not available at design time.
Data Type
String