_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
<DispIdAttribute()> _
Property DayWeekTimeScale As OlDayWeekTimeScale
    Get
    Set
'Usage
Dim instance As _CalendarView
Dim value As OlDayWeekTimeScale

value = instance.DayWeekTimeScale

instance.DayWeekTimeScale = value
[DispIdAttribute()]
OlDayWeekTimeScale DayWeekTimeScale { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace