dueDate (property)

Specifies the due date for a calendar event.

Syntax

@property (nonatomic,readwrite,assign,getter=dueDate,setter=setDueDate:) NSString* dueDate;
- (NSString*)dueDate;
- (void)setDueDate:(NSString*)newDueDate;
public var dueDate: String {
  get {...}
set {...} }

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.

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