 | 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.AlertsAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
SyntaxNullable<DateTime> ReadDateTime { get; }
ReadOnly Property ReadDateTime As Nullable(Of DateTime)
Get
property Nullable<DateTime> ReadDateTime {
Nullable<DateTime> get ();
}
abstract ReadDateTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeThe 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