Share via


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:  WebSvcCalendar
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcCalendar.CalendarDataSet.CalendarsRow

Remarks

In general, developers should use the AddCalendarsRow overload.

See also

Reference

CalendarDataSet.CalendarsDataTable class

CalendarDataSet.CalendarsDataTable members

AddCalendarsRow overload

WebSvcCalendar namespace