Specifies start time of Timeline view.
Specifies start time of Timeline view.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.DescriptionAttribute("Specifies start time of Timeline view.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property StartTime As WebSchedulerTimeline |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Specifies start time of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public WebSchedulerTimeline StartTime {get; set;} |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.DescriptionAttribute("Specifies start time of Timeline view.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set StartTime : WebSchedulerTimeline |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Specifies start time of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property WebSchedulerTimeline get_StartTime();
public: __property void set_StartTime(
WebSchedulerTimeline value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Specifies start time of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property WebSchedulerTimeline StartTime {
WebSchedulerTimeline get();
void set ( WebSchedulerTimeline value);
} |
Property Value
The default value is t0800.
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