OnDateTimeChanged

This event occurs when either the current date and time or the range on the Date and Time slider is changed. To check the range, use IDateTime80.CurrentTimeBuffer.

 

JavaScript

 

OnDateTimeChanged(

       DateTime)

 

C#

 

void OnDateTimeChanged(

       object DateTime)

 

C++

 

HRESULT OnDateTimeChanged(

       [in] VARIANT DateTime)

Parameters

DateTime

The new date and time that was set. TerraExplorer sends this information as VT_Date. This parameter is interpreted differently based on the client: 

·          JavaScript client – interprets it as a JavaScript Date object

·          C# client – interprets it as a DateTime object