TimezoneId Property

This property specifies a text value that uniquely identifies this CalTimezone calendar class.

Syntax

ANSI (Cross Platform)
char* GetTimezoneId();
int SetTimezoneId(const char* lpszTimezoneId); Unicode (Windows) LPWSTR GetTimezoneId();
INT SetTimezoneId(LPCWSTR lpszTimezoneId);
@property (nonatomic,readwrite,assign,getter=timezoneId,setter=setTimezoneId:) NSString* timezoneId;
- (NSString*)timezoneId;
- (void)setTimezoneId:(NSString*)newTimezoneId;
#define PID_CALDAV_TIMEZONEID 112

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 property specifies a text value that uniquely identifies this CalTimezone calendar component.

Note: This document does not define a naming convention for time zone identifiers. Implementers may want to use the naming conventions defined in existing time zone specifications such as the public-domain TZ database [TZDB].

This property is required. If it is not present, no time zone information will be generated inside the MakeCalendar request.

Data Type

String

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