due_date Property

Specifies the due date for a calendar event.

Syntax

def get_due_date() -> str: ...
def set_due_date(value: str) -> None: ...

due_date = property(get_due_date, set_due_date)

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 end_date.

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