Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).
Specifies the mode used in date header.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Timeline View")>
Public Property DateHeaderMode As WebSchedulerTimelineDateHeaderMode |
C# | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public WebSchedulerTimelineDateHeaderMode DateHeaderMode {get; set;} |
JScript | |
---|
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
public function get,set DateHeaderMode : WebSchedulerTimelineDateHeaderMode |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public: __property WebSchedulerTimelineDateHeaderMode get_DateHeaderMode();
public: __property void set_DateHeaderMode(
WebSchedulerTimelineDateHeaderMode value
); |
C++/CLI | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public:
property WebSchedulerTimelineDateHeaderMode DateHeaderMode {
WebSchedulerTimelineDateHeaderMode get();
void set ( WebSchedulerTimelineDateHeaderMode value);
} |
Property Value
The default value is DateNumber.
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