TimezoneLastModified Property

This optional property is a UTC value that specifies the date and time that this time zone definition was last updated.

Syntax

ANSI (Cross Platform)
char* GetTimezoneLastModified();
int SetTimezoneLastModified(const char* lpszTimezoneLastModified); Unicode (Windows) LPWSTR GetTimezoneLastModified();
INT SetTimezoneLastModified(LPCWSTR lpszTimezoneLastModified);
@property (nonatomic,readwrite,assign,getter=timezoneLastModified,setter=setTimezoneLastModified:) NSString* timezoneLastModified;
- (NSString*)timezoneLastModified;
- (void)setTimezoneLastModified:(NSString*)newTimezoneLastModified;
#define PID_CALDAV_TIMEZONELASTMODIFIED 106

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CalDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This optional property is a UTC value that specifies the date and time that this time zone definition was last updated.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]