ResourceDataSet.CalendarExceptionsRow.RecurrenceDays property
Specifies a binary flag integer that represents the days of the week on which this calendar exception is effective.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RecurrenceDays As Integer
Get
Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceDays
instance.RecurrenceDays = value
public int RecurrenceDays { get; set; }
Property value
Type: System.Int32
Remarks
Day of the week values are enumerated in the CalendarConstants.CalendarRecurrenceDays type.
See also
Reference
ResourceDataSet.CalendarExceptionsRow class