Specifies TimelineWeekMode of Timeline view.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies TimelineWeekMode of Timeline view.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property TimelineWeekMode As WebSchedulerTimelineWeekMode |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies TimelineWeekMode of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public WebSchedulerTimelineWeekMode TimelineWeekMode {get; set;} |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies TimelineWeekMode of Timeline view.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set TimelineWeekMode : WebSchedulerTimelineWeekMode |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies TimelineWeekMode of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property WebSchedulerTimelineWeekMode get_TimelineWeekMode();
public: __property void set_TimelineWeekMode(
WebSchedulerTimelineWeekMode value
); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies TimelineWeekMode of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property WebSchedulerTimelineWeekMode TimelineWeekMode {
WebSchedulerTimelineWeekMode get();
void set ( WebSchedulerTimelineWeekMode value);
} |
Property Value
The default value is FirstDay.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also