PS.TimeSheetLineClass enumeration (ps.js)

Specifies classifications that define the different uses of a timesheet line.

Applies to: Project Professional 2013 | Project Server 2013

PS.TimeSheetLineClass

Remarks

TimeSheetLineClass is an enumerated value that refers to the purpose of the line; for example, to record vacation time or to record sick time.

Members

The TimeSheetLineClass enumeration has the following members.

Member

Value

Description

standardLine

0

A timesheet line that is used to record standard work time. The default value for a timesheet line.

sickTimeLine

1

A timesheet line that is used to record sick time.

vacationLine

2

A timesheet line that is used to record vacation time.

administrativeLine

3

A timesheet line that is used to record administrative time.

See also

Reference

Microsoft.ProjectServer.Client.TimeSheetLineClass