ResourceDataSet.CalendarExceptionsDataTable.NewCalendarExceptionsRow Method
Creates a row object in the CalendarExceptionsDataTable.
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 Function NewCalendarExceptionsRow As ResourceDataSet.CalendarExceptionsRow
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim returnValue As ResourceDataSet.CalendarExceptionsRow
returnValue = instance.NewCalendarExceptionsRow()
public ResourceDataSet.CalendarExceptionsRow NewCalendarExceptionsRow()
Return Value
Type: [TimeSheet Web service].ResourceDataSet.CalendarExceptionsRow
See Also
Reference
ResourceDataSet.CalendarExceptionsDataTable Class