Event StartDate Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies when this event will start firing in the local event time

Namespace: NFX.Time
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> StartDate { get; set; }

Property Value

Type: OnlineNullable OnlineDateTime 
See Also