CalendarDataSet.CalendarsDataTable.AddCalendarsRow Method (Guid, String, Boolean, Guid, DateTime, DateTime, DateTime, Guid)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function AddCalendarsRow ( _
    CAL_UID As Guid, _
    CAL_NAME As String, _
    CAL_IS_STANDARD_CAL As Boolean, _
    CAL_CHECKOUTBY As Guid, _
    CAL_CHECKOUTDATE As DateTime, _
    CREATED_DATE As DateTime, _
    MOD_DATE As DateTime, _
    CalendarUniqueIdToDuplicate As Guid _
) As CalendarDataSet.CalendarsRow
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim CAL_UID As Guid
Dim CAL_NAME As String
Dim CAL_IS_STANDARD_CAL As Boolean
Dim CAL_CHECKOUTBY As Guid
Dim CAL_CHECKOUTDATE As DateTime
Dim CREATED_DATE As DateTime
Dim MOD_DATE As DateTime
Dim CalendarUniqueIdToDuplicate As Guid
Dim returnValue As CalendarDataSet.CalendarsRow

returnValue = instance.AddCalendarsRow(CAL_UID, _
    CAL_NAME, CAL_IS_STANDARD_CAL, CAL_CHECKOUTBY, _
    CAL_CHECKOUTDATE, CREATED_DATE, _
    MOD_DATE, CalendarUniqueIdToDuplicate)
public CalendarDataSet.CalendarsRow AddCalendarsRow(
    Guid CAL_UID,
    string CAL_NAME,
    bool CAL_IS_STANDARD_CAL,
    Guid CAL_CHECKOUTBY,
    DateTime CAL_CHECKOUTDATE,
    DateTime CREATED_DATE,
    DateTime MOD_DATE,
    Guid CalendarUniqueIdToDuplicate
)

Parameters

Return Value

Type: [Calendar Web service].CalendarDataSet.CalendarsRow

Remarks

In general, developers should use the AddCalendarsRow overload.

See Also

Reference

CalendarDataSet.CalendarsDataTable Class

CalendarDataSet.CalendarsDataTable Members

AddCalendarsRow Overload

Calendar Web Service