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






Glossary Item Box

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

©2013 Intersoft Solutions Corp. All Rights Reserved.