Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.DateTimePrecision

Packages that use DateTimePrecision
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.misc   
 

Uses of DateTimePrecision in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return DateTimePrecision
 DateTimePrecision ExchangeService.getDateTimePrecision()
          Gets the DateTime precision for DateTime values returned from Exchange Web Services.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type DateTimePrecision
 void ExchangeService.setDateTimePrecision(DateTimePrecision d)
          Sets the DateTime precision for DateTime values Web Services.
 void ExchangeService.setPreferredCulture(DateTimePrecision dateTimePrecision)
          Sets the DateTime precision for DateTime values returned from Exchange Web Services.
 

Uses of DateTimePrecision in microsoft.exchange.webservices.data.core.enumeration.misc
 

Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return DateTimePrecision
static DateTimePrecision DateTimePrecision.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DateTimePrecision[] DateTimePrecision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012–2015 Microsoft. All rights reserved.