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






Glossary Item Box

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

©2013 Intersoft Solutions Corp. All Rights Reserved.