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






Glossary Item Box

Specifies start time of Timeline view. Specifies end time of Timeline view.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies end time of Timeline view.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property EndTime As WebSchedulerTimeline
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As WebSchedulerTimeline
 
instance.EndTime = value
 
value = instance.EndTime
C# 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies end time of Timeline view.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public WebSchedulerTimeline EndTime {get; set;}
Delphi 
public read-write property EndTime: WebSchedulerTimeline; 
JScript 
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies end time of Timeline view.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set EndTime : WebSchedulerTimeline
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies end time of Timeline view.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property WebSchedulerTimeline get_EndTime();
public: __property void set_EndTime( 
   WebSchedulerTimeline value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies end time of Timeline view.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property WebSchedulerTimeline EndTime {
   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.