DateTimePrecision Enum
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.
Determines the precision of DateTime objects to be communicated to a client.
public enum class DateTimePrecision
public enum DateTimePrecision
Public Enum DateTimePrecision
- Inheritance
-
DateTimePrecision
Fields
Name | Value | Description |
---|---|---|
Default | 0 | No precision value is sent to the client. |
Seconds | 1 | Precision is set to seconds. |
Milliseconds | 2 | Precision is set to milliseconds. |