 | TransactionTransactionDateTime 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 of the transaction.
Namespace: ETradeNet.Accounts.Transactions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<DateTime> TransactionDateTime { get; }
Public ReadOnly Property TransactionDateTime As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> TransactionDateTime {
Nullable<DateTime> get ();
}
member TransactionDateTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeDate and time of the transaction.
See Also