Selerix Developer Tools
TransactionDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PaymentTransactionEntry Class : TransactionDate Property
Gets or sets the transaction date.
Syntax
'Declaration
 
Public Property TransactionDate As Nullable(Of Date)
'Usage
 
Dim instance As PaymentTransactionEntry
Dim value As Nullable(Of Date)
 
instance.TransactionDate = value
 
value = instance.TransactionDate
public Nullable<DateTime> TransactionDate {get; set;}
public read-write property TransactionDate: Nullable; 
public function get,set TransactionDate : Nullable
public: __property Nullable<DateTime> get_TransactionDate();
public: __property void set_TransactionDate( 
   Nullable<DateTime> value
);
public:
property Nullable<DateTime> TransactionDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

The transaction date.
See Also

Reference

PaymentTransactionEntry Class
PaymentTransactionEntry Members