[This is preliminary documentation and is subject to change.]
Specifies when this event will start 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> StartDate { get; set; }
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> StartDate { get; set; }
<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property StartDate As Nullable(Of DateTime)
Get
Set
<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property StartDate As Nullable(Of DateTime)
Get
Set
public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member StartDate : Nullable<DateTime> with get, set
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member StartDate : Nullable<DateTime> with get, set
Property Value
Type:
Nullable
DateTime