_CalendarView.DayWeekTimeScale Property
Returns or sets an OlDayWeekTimeScale constant that represents the scale used to represent time periods in a CalendarView object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property DayWeekTimeScale As OlDayWeekTimeScale
Get
Set
'Usage
Dim instance As _CalendarView
Dim value As OlDayWeekTimeScale
value = instance.DayWeekTimeScale
instance.DayWeekTimeScale = value
OlDayWeekTimeScale DayWeekTimeScale { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale