Tick.ExchangeDateTime Property

Gets or sets the exchange date time.
public DateTime ExchangeDateTime {get; set;}
This language is not supported or no code example is available.
public:  
property DateTime ExchangeDateTime { 
DateTime get( ); 
void set( 
DateTime value 
); 
}
This language is not supported or no code example is available.
public function get ExchangeDateTime() : DateTime
public function set ExchangeDateTime(value : DateTime);
This language is not supported or no code example is available.

Property Value

DateTime

The exchange date time.

In this article

Definition