TimeSheetPeriod class
Represents a defined period of time on a timesheet.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.TimeSheetPeriod
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.TimeSheetPeriod", ServerTypeId := "{a16076f0-f988-42c9-a1bd-681b06462611}")> _
Public Class TimeSheetPeriod _
Inherits ClientObject
'Usage
Dim instance As TimeSheetPeriod
[ScriptTypeAttribute("PS.TimeSheetPeriod", ServerTypeId = "{a16076f0-f988-42c9-a1bd-681b06462611}")]
public class TimeSheetPeriod : ClientObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.