ResourceDataSet.CalendarExceptionsRow Class

Represents a calendar exception for one resource.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [TimeSheet Web service].ResourceDataSet.CalendarExceptionsRow

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Class CalendarExceptionsRow _
    Inherits DataRow
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
public class CalendarExceptionsRow : DataRow

Remarks

A calendar exception occurs when a resource is available for more time or less time than is represented in the resource's default calendar. The default calendar is specified by the BaseCalendarUniqueId property.

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.

See Also

Reference

ResourceDataSet.CalendarExceptionsRow Members

TimeSheet Web Service