TardyThreshold property

Sets or returns a value that is used to determine if a task is late or only tardy.  This specifies the % behind before a task is considered late (vs. tardy). Valid values are 0 to 100 inclusive.

Syntax


C++

HRESULT get_TardyThreshold(LONG** pTardyThreshold)

HRESULT put_TardyThreshold(LONG MyTardyThreshold)

Scripting languages

TardyThreshold = Object.TardyThreshold

Object.TardyThreshold = TardyThreshold

Home

Applies to
IERUProjectSchedule

IERUSiteSettings