 | TransactionTransactionDate 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 of the transaction in epoch time.
Namespace: ETradeNet.Accounts.Transactions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<long> TransactionDate { get; set; }
Public Property TransactionDate As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> TransactionDate {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member TransactionDate : Nullable<int64> with get, set
Property Value
Type:
NullableInt64Date and time of the transaction in epoch time.
See Also