public method IO2GSession.getTimeConverter

Brief

Gets an instance of the date/time converter.

Declaration
C++
virtual IO2GTimeConverter getTimeConverter () = 0

Details

The date/time converter can be used to convert date and time between EST, UTC and user's local time zone.

Please release the object when it is not required anymore.

Declared in IO2GSession

back