Click or drag to resize

AlwaysSchedule Properties

The AlwaysSchedule type exposes the following members.

Properties
  NameDescription
Public propertyDays
Array of length 31 indicating which days of the month that is part of this schedule. First element (index zero) is the first of the month. If month has less than 31 days, the last elements are just ignored. Set to null to disable use of days, i.e., all days are part of this schedule.
Public propertyDaysOfWeek
Array of length 7 indicating which days of the week that is part of this schedule. First element (index zero) is sunday, last is saturday. Set to null to disable use of DaysOfWeek, i.e., all days of the week are part of this schedule.
Public propertyExtensionData
Data from an extended DataContract not recognized here
Public propertyId
ID of periodic schedule
Public propertyMonths
Array of length 12 indicating which months of the year that is part of this schedule. First element (index zero) is January, last is December. Set to null to disable use of months, i.e., all months are part of the schedule.
Top
See Also