CreateToDo Class

Definition

CreateToDo_V2

public class CreateToDo
type CreateToDo = class
Public Class CreateToDo
Inheritance
CreateToDo

Constructors

Name Description
CreateToDo()

Properties

Name Description
Body

To-do body that typically contains information about the to-do.

DueDateTime

Date in the UTC time zone when the to-do is to be finished (note the time portion will be ignored).

Importance

Low, normal or high.

IsReminderOn

True if an alert is set to remind the user of the to-do.

ReminderDateTime

Date-time in UTC time zone for a reminder alert of the to-do to occur.

Status

Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred.

Title

Brief description or title of the to-do.

Applies to