Intersoft WebScheduler Documentation
TimelineWeekMode Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTimelineView Class : TimelineWeekMode Property






Glossary Item Box

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
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As WebSchedulerTimelineWeekMode
 
instance.TimelineWeekMode = value
 
value = instance.TimelineWeekMode
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;}
Delphi 
public read-write property TimelineWeekMode: WebSchedulerTimelineWeekMode; 
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

©2013 Intersoft Solutions Corp. All Rights Reserved.