DateTimePrecision enumeration

Determines the precision of DateTime objects to be communicated to a client.

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

'Declaration
Public Enumeration DateTimePrecision
'Usage
Dim instance As DateTimePrecision

Member nameDescription
DefaultNo precision value is sent to the client.
SecondsPrecision is set to seconds.
Milliseconds Precision is set to milliseconds.
Show: