Edit

Share via


Statusing.ReadMySchedule(DateTime, DateTime) Method

Definition

Gets the current user's schedule for the specified time period.

public:
 WebSvcStatusing::ScheduleDataSet ^ ReadMySchedule(DateTime start, DateTime finish);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public WebSvcStatusing.ScheduleDataSet ReadMySchedule(DateTime start, DateTime finish);
member this.ReadMySchedule : DateTime * DateTime -> WebSvcStatusing.ScheduleDataSet
Public Function ReadMySchedule (start As DateTime, finish As DateTime) As ScheduleDataSet

Parameters

start
DateTime

Start date and time.

finish
DateTime

End date and time.

Returns

Attributes

Remarks

Project Server Permissions

No permissions are required. This method reads data for only the current logged-on resource.

Applies to