Intersoft WebScheduler Documentation
ExceptionDate Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerRecurringEvent Class : ExceptionDate Property






Glossary Item Box

Specifies the ExceptionDate of the Recurrence. Specifies the ExceptionDate of recurring event.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.CategoryAttribute("Recurring Event Details")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ExceptionDate As System.Date
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurringEvent
Dim value As System.Date
 
instance.ExceptionDate = value
 
value = instance.ExceptionDate
C# 
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[System.ComponentModel.DefaultValueAttribute()]
public System.DateTime ExceptionDate {get; set;}
Delphi 
public read-write property ExceptionDate: System.DateTime; 
JScript 
System.ComponentModel.DescriptionAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.CategoryAttribute("Recurring Event Details")
System.ComponentModel.DefaultValueAttribute()
public function get,set ExceptionDate : System.DateTime
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.DateTime get_ExceptionDate();
public: __property void set_ExceptionDate( 
   System.DateTime value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.DateTime ExceptionDate {
   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

©2013 Intersoft Solutions Corp. All Rights Reserved.