Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.DateTimePrecision
-
Packages that use DateTimePrecision Package Description 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 Modifier and Type Method Description DateTimePrecisionExchangeService. 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 Modifier and Type Method Description voidExchangeService. setDateTimePrecision(DateTimePrecision d)Sets the DateTime precision for DateTime values Web Services.voidExchangeService. 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 Modifier and Type Method Description static DateTimePrecisionDateTimePrecision. 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.
-