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 IDateTime66.CurrentTimeBuffer.
|
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 any of the following:
· Javascript DateTime object
· VT_DATE
Note: DateTime (e.g. in JavaScript) is automatically converted to VT_DATE.
· C# DateTime object