Gets the hours of the day.
            
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# | 
|---|
public ReadOnlyCollection<TimeOfDay> Times { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property Times As ReadOnlyCollection(Of TimeOfDay) Get  | 
| Visual C++ | 
|---|
public: property ReadOnlyCollection<TimeOfDay>^ Times { ReadOnlyCollection<TimeOfDay>^ get (); }  |