[This is preliminary documentation and is subject to change.]
Specifies when this event will stop firing in the local event time
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> EndDate { get; set; }[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> EndDate { get; set; }<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property EndDate As Nullable(Of DateTime)
Get
Set<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property EndDate As Nullable(Of DateTime)
Get
Setpublic:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member EndDate : Nullable<DateTime> with get, set[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member EndDate : Nullable<DateTime> with get, setProperty Value
Type:
Nullable
DateTime