Share via


ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow method

Deletes the specified row object from the CalendarExceptionsDataTable.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub RemoveCalendarExceptionsRow ( _
    row As ResourceDataSet.CalendarExceptionsRow _
)
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow

instance.RemoveCalendarExceptionsRow(row)
public void RemoveCalendarExceptionsRow(
    ResourceDataSet.CalendarExceptionsRow row
)

Parameters

See also

Reference

ResourceDataSet.CalendarExceptionsDataTable class

ResourceDataSet.CalendarExceptionsDataTable members

WebSvcTimeSheet namespace