GXUpdateDateTimeSettings
void GXUpdateDateTimeSettings();
Remarks
Updates the date and time settings from the international section of WIN.INI or the registry. You should call this method from your OnWinIniChange handler.
Control-Factory Specific ->
This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the GXImplementOleDateTime or GXImplementNoOleDateTime method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.
If no concrete implementation is available this method performs no action.
END Control-Factory Specific