Gets the days of the week on which the item recurs.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<DayOfWeek> DaysOfWeek { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DaysOfWeek As ReadOnlyCollection(Of DayOfWeek) Get |
| Visual C++ |
|---|
public: property ReadOnlyCollection<DayOfWeek>^ DaysOfWeek { ReadOnlyCollection<DayOfWeek>^ get (); } |