OnDateTimeChanged

This event occurs when the date and time settings are changed to a specific date and time.

 

JavaScript

 

OnDateTimeChanged(

       DateTime)

 

C#

 

void OnDateTimeChanged(

       object DateTime)

 

C++

 

HRESULT OnDateTimeChanged(

       VARIANT DateTime)

Parameters

DateTime

The new date and time that was set. The value can be used as any of the following:

·         Javascript DateTime object

·         VT_DATE Note: DateTime (e.g. in JavaScript) is automatically converted to VT_DATE.

·         C# DateTime object  

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.