DueDate Property

Specifies the due date for a calendar event.

Syntax

ANSI (Cross Platform)
char* GetDueDate();
int SetDueDate(const char* lpszDueDate); Unicode (Windows) LPWSTR GetDueDate();
INT SetDueDate(LPCWSTR lpszDueDate);
@property (nonatomic,readwrite,assign,getter=dueDate,setter=setDueDate:) NSString* dueDate;
- (NSString*)dueDate;
- (void)setDueDate:(NSString*)newDueDate;
#define PID_CALDAV_DUEDATE 33

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 setting can be used to configure or obtain the due date for the selected calendar event.

Note: The format of this property should be the same as EndDate.

Data Type

String

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