Uses of Class
com.microsoft.exchange.types.SerializableTimeZoneTime

Packages that use SerializableTimeZoneTime
com.microsoft.exchange.types   
 

Uses of SerializableTimeZoneTime in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as SerializableTimeZoneTime
protected  SerializableTimeZoneTime TimeZone.daylightTime
           
protected  SerializableTimeZoneTime TimeZone.standardTime
           
 

Methods in com.microsoft.exchange.types that return SerializableTimeZoneTime
 SerializableTimeZoneTime ObjectFactory.createSerializableTimeZoneTime()
          Create an instance of SerializableTimeZoneTime
 SerializableTimeZoneTime TimeZone.getDaylightTime()
          Gets the value of the daylightTime property.
 SerializableTimeZoneTime TimeZone.getStandardTime()
          Gets the value of the standardTime property.
 

Methods in com.microsoft.exchange.types with parameters of type SerializableTimeZoneTime
 void TimeZone.setDaylightTime(SerializableTimeZoneTime value)
          Sets the value of the daylightTime property.
 void TimeZone.setStandardTime(SerializableTimeZoneTime value)
          Sets the value of the standardTime property.
 



Copyright © 2012 Jasig. All Rights Reserved.