 | AlertDateTime2 Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets or sets the date and time when the alert was issued, in epoch time.
Namespace: ETradeNet.Accounts.Alerts.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<long> DateTime2 { get; set; }
Public Property DateTime2 As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> DateTime2 {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member DateTime2 : Nullable<int64> with get, set
Property Value
Type:
NullableInt64The date and time when the alert was issued, in epoch time.
See Also