ExchangeService.DateTimePrecision property

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.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

public DateTimePrecision DateTimePrecision { get; set; }

Property value

Type: Microsoft.Exchange.WebServices.Data.DateTimePrecision
A DateTimePrecision object that specifies the degree of precision used for DateTime values.
Show: