CalendarDataSet.CalendarExceptionsRow Members
Include Protected Members
Include Inherited Members
Represents the availability of the resource identified with the CAL_UID property.
The CalendarDataSet.CalendarExceptionsRow type exposes the following members.
Properties
Name
Description
Specifies the unique identifier of a calendar.
Specifies the CAL_UID object that contains the calendar information for CalendarDataSet.CalendarExceptionsRow.
Specifies the completion date of the exception.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the name of the calendar exception.
Specifies the weekdays for daily, weekly, monthly, or yearly recurrence of an exception.
Specifies the number of times recurrence should occur for exceptions between the start and the end dates for the time period.
Specifies the month in which an exception occurs.
Specifies the day of the month for a recurring exception.
Specifies the relative position of the next occurrence within a number of recurrences.
Specifies the frequency of recurrence.
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the finish time, in minutes from midnight, for the first shift of the exception.
Specifies the start time, in minutes from midnight, for first shift of the exception.
Specifies the finish time, in minutes from midnight, for the second shift of the exception.
Specifies the start time, in minutes from midnight, for the second shift of the exception.
Specifies the finish time, in minutes from midnight, for the third shift of the exception.
Specifies the start time, in minutes from midnight, for the third shift of the exception.
Specifies the finish time, in minutes from midnight, for the fourth shift of the exception.
Specifies the start time, in minutes from midnight, for the fourth shift of the exception.
Specifies the finish time, in minutes from midnight, for the fifth shift of the exception.
Specifies the start time, in minutes from midnight, for the fifth shift of the exception.
Specifies the start date of the exception.
(Inherited from DataRow.)
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
Determines whether the Finish property is set to a null value.
Determines whether the Name property is set to a null value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
Determines whether the RecurrenceDays property is set to a null value.
Determines whether the RecurrenceFrequency property is set to a null value.
Determines whether the RecurrenceMonthDay property is set to a null value.
Determines whether the RecurrenceMonth property is set to a null value.
Determines whether the RecurrencePosition property is set to a null value.
Determines whether the RecurrenceType property is set to a null value.
Determines whether the Shift1Finish property is set to a null value.
Determines whether the Shift1Start property is set to a null value.
Determines whether the Shift2Finish property is set to a null value.
Determines whether the Shift2Start property is set to a null value.
Determines whether the Shift3Finish property is set to a null value.
Determines whether the Shift3Start property is set to a null value.
Determines whether the Shift4Finish property is set to a null value.
Determines whether the Shift4Start property is set to a null value.
Determines whether the Shift5Finish property is set to a null value.
Determines whether the Shift5Start property is set to a null value.
Determines whether the Start property is set to a null value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
Sets the Finish property to a null value.
(Inherited from DataRow.)
Sets the Name property to a null value.
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
Sets the RecurrenceDays property to a null value.
Sets the RecurrenceFrequency property to a null value.
Sets the RecurrenceMonthDay property to a null value.
Sets the RecurrenceMonth property to a null value.
Sets the RecurrencePosition property to a null value.
Sets the RecurrenceType property to a null value.
Sets the Shift1Finish property to a null value.
Sets the Shift1Start property to a null value.
Sets the Shift2Finish property to a null value.
Sets the Shift2Start property to a null value.
Sets the Shift3Finish property to a null value.
Sets the Shift3Start property to a null value.
Sets the Shift4Finish property to a null value.
Sets the Shift4Start property to a null value.
Sets the Shift5Finish property to a null value.
Sets the Shift5Start property to a null value.
Sets the Start property to a null value.
(Inherited from Object.)
Top