ExchangeService.DateTimePrecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set the degree of precision used for DateTime values returned from Exchange Web Services (EWS).This property was introduced in the Exchange Web Services (EWS) Managed API 1.2.
public:
property Microsoft::Exchange::WebServices::Data::DateTimePrecision DateTimePrecision { Microsoft::Exchange::WebServices::Data::DateTimePrecision get(); void set(Microsoft::Exchange::WebServices::Data::DateTimePrecision value); };
public Microsoft.Exchange.WebServices.Data.DateTimePrecision DateTimePrecision { get; set; }
Public Property DateTimePrecision As DateTimePrecision
Property Value
A DateTimePrecision object that specifies the degree of precision used for DateTime values.