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