_TaskItem.ToDoTaskOrdinal Property

Definition

Returns or sets a DateTime value that represents the ordinal value of the task for the TaskItem. Read/write.

public:
 property DateTime ToDoTaskOrdinal { DateTime get(); void set(DateTime value); };
public DateTime ToDoTaskOrdinal { get; set; }
Public Property ToDoTaskOrdinal As DateTime

Property Value

Remarks

This property is used to indicate how the task should be ordered within the parent groups, such as the Today group or the Tomorrow group, of the To-Do Bar.

Applies to