Home > Working with SGWorld > ISGWorld > 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 date and time for which the event should be called.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.