Specifies the StartDate of Recurrence.
Specifies the Recurrence's StartDate.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Recurrence Info")>
<System.ComponentModel.DescriptionAttribute("Specifies the StartDate of Recurrence.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property StartDate As System.Date |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerRecurrence
Dim value As System.Date
instance.StartDate = value
value = instance.StartDate |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Recurrence Info")]
[System.ComponentModel.DescriptionAttribute("Specifies the StartDate of Recurrence.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.DateTime StartDate {get; set;} |
Delphi | |
---|
public read-write property StartDate: System.DateTime; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Recurrence Info")
System.ComponentModel.DescriptionAttribute("Specifies the StartDate of Recurrence.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set StartDate : System.DateTime |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Recurrence Info")]
[System.ComponentModel.DescriptionAttribute("Specifies the StartDate of Recurrence.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.DateTime get_StartDate();
public: __property void set_StartDate(
System.DateTime value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Recurrence Info")]
[System.ComponentModel.DescriptionAttribute("Specifies the StartDate of Recurrence.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.DateTime StartDate {
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