TimezoneURL Property

Optionally points to a published time zone definition.

Syntax

ANSI (Cross Platform)
char* GetTimezoneURL();
int SetTimezoneURL(const char* lpszTimezoneURL); Unicode (Windows) LPWSTR GetTimezoneURL();
INT SetTimezoneURL(LPCWSTR lpszTimezoneURL);
@property (nonatomic,readwrite,assign,getter=timezoneURL,setter=setTimezoneURL:) NSString* timezoneURL;
- (NSString*)timezoneURL;
- (void)setTimezoneURL:(NSString*)newTimezoneURL;
#define PID_CALDAV_TIMEZONEURL 113

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

Optionally points to a published time zone definition. If set, this property should refer to a resource that is accessible by anyone who might need to interpret the object. This should not normally be a "file" URL or other URL that is not widely accessible.

Data Type

String

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