Click or drag to resize
IGetDetailsResponseReadDateTime 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 the date and time when the alert was first read. When retrieved for the first time, this value is 0 (zero). After that, this value is permanently set to the time of the first retrieval.

Namespace: ETradeNet.Accounts.Alerts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
Nullable<DateTime> ReadDateTime { get; }

Property Value

Type: NullableDateTime
The date and time when the alert was first read (i.e., retrieved). When retrieved for the first time, this value is 0 (zero). After that, this value is permanently set to the time of the first retrieval.
See Also