ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows Method
Get calendar exceptions rows returns an array of calendar exceptions for this resource.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function GetCalendarExceptionsRows As ResourceDataSet.CalendarExceptionsRow()
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public ResourceDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Return Value
Type: []
Remarks
An array of ResourceDataSet.CalendarExceptionsRow.
See Also
Reference
ResourceDataSet.ResourcesRow Class