Specifies the initial WebScheduler's Date and Time.
Specifies the initial WebScheduler's Date and Time.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.TwoWay)>
<System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler's Date and Time.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property SelectedDate As System.Date |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerViewSettings
Dim value As System.Date
instance.SelectedDate = value
value = instance.SelectedDate |
C# | |
---|
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.TwoWay)]
[System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler's Date and Time.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.DateTime SelectedDate {get; set;} |
Delphi | |
---|
public read-write property SelectedDate: System.DateTime; |
JScript | |
---|
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.TwoWay)
System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler's Date and Time.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set SelectedDate : System.DateTime |
Managed Extensions for C++ | |
---|
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.TwoWay)]
[System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler's Date and Time.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.DateTime get_SelectedDate();
public: __property void set_SelectedDate(
System.DateTime value
); |
C++/CLI | |
---|
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.TwoWay)]
[System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler's Date and Time.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.DateTime SelectedDate {
System.DateTime get();
void set ( System.DateTime value);
} |
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