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 |
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;} |
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