DateIsDue property

Specifies whether to classify the date as a deadline or milestone. When you create or edit an entry with a due date field, the editor for that field includes a check box next to the word Done.

Syntax


C++

HRESULT get_DateIsDue(VARIANT_BOOL* pDateIsDue)

HRESULT put_DateIsDue(VARIANT_BOOL dateIsDue)

Scripting languages

Boolean = object.DateIsDue

object.DateIsDue = Boolean

Legal values


Value

Description

TRUE

Date column represents a due date.

FALSE

Date column does not represent a due date.

Remarks


You can only set the IsDueDate property if the DataType property is set to erCellDataTypeDate. Otherwise, DateIsDue returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn


See also

Databases