Time Zone is not read using Aspose.Email for Java API

Hello Team,
I am using Aspose.Email for Java Api 18.6 for java. I am using MapiCalendar Obejct to extract the calendar properties but there is no any property available to read the time zone. Please help me.

@kharade.a

The time zone information can be read as follows:

MapiCalendar appointment = new MapiCalendar();
appointment.getStartDateTimeZone();
appointment.getEndDateTimeZone(); 

Please write back to us if you need additional information in this regard.