_CalendarView.DayWeekTimeScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlDayWeekTimeScale constant that represents the scale used to represent time periods in a CalendarView object. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlDayWeekTimeScale DayWeekTimeScale { Microsoft::Office::Interop::Outlook::OlDayWeekTimeScale get(); void set(Microsoft::Office::Interop::Outlook::OlDayWeekTimeScale value); };
public Microsoft.Office.Interop.Outlook.OlDayWeekTimeScale DayWeekTimeScale { get; set; }
Public Property DayWeekTimeScale As OlDayWeekTimeScale