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






Glossary Item Box

Specifies the end time of work week. Specifies the end time of work week.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Work Week")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the end time of work week.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property EndTime As WebSchedulerTime
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerWorkWeekSettings
Dim value As WebSchedulerTime
 
instance.EndTime = value
 
value = instance.EndTime
C# 
[System.ComponentModel.CategoryAttribute("Work Week")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the end time of work week.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public WebSchedulerTime EndTime {get; set;}
Delphi 
public read-write property EndTime: WebSchedulerTime; 
JScript 
System.ComponentModel.CategoryAttribute("Work Week")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the end time of work week.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set EndTime : WebSchedulerTime
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Work Week")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the end time of work week.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property WebSchedulerTime get_EndTime();
public: __property void set_EndTime( 
   WebSchedulerTime value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Work Week")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the end time of work week.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property WebSchedulerTime EndTime {
   WebSchedulerTime get();
   void set (    WebSchedulerTime value);
}

Property Value

The default value is t1700.

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.