Intersoft ClientUI Documentation
ExceptionDate Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleViewEventModel Class : ExceptionDate Property






Gets or sets the exception date.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property ExceptionDate As Nullable(Of Date)
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewEventModel
Dim value As Nullable(Of Date)
 
instance.ExceptionDate = value
 
value = instance.ExceptionDate
C# 
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public Nullable<DateTime> ExceptionDate {get; set;}
Delphi 
public read-write property ExceptionDate: Nullable; 
JScript 
TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set ExceptionDate : Nullable
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property Nullable<DateTime> get_ExceptionDate();
public: __property void set_ExceptionDate( 
   Nullable<DateTime> value
);
C++/CLI 
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Nullable<DateTime> ExceptionDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.