ProjectContext.TimeSheetPeriods property

Gets a collection of time sheet periods.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public ReadOnly Property TimeSheetPeriods As TimeSheetPeriodCollection
    Get
'Usage
Dim instance As ProjectContext
Dim value As TimeSheetPeriodCollection

value = instance.TimeSheetPeriods
public TimeSheetPeriodCollection TimeSheetPeriods { get; }

Property value

Type: Microsoft.ProjectServer.Client.TimeSheetPeriodCollection
A collection of TimeSheetPeriod objects.

Remarks

Timesheet periods represent a defined period of time on a timesheet.

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace