DateTimeResolution Class
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.
A date-time value, as recognized by the DateTimePrompt.
public class DateTimeResolution
type DateTimeResolution = class
Public Class DateTimeResolution
- Inheritance
-
DateTimeResolution
Remarks
A value can represent a date, a time, a date and time, or a range of any of these. The representation of the value is determined by the locale used to parse the input.
Constructors
DateTimeResolution() |
Properties
End |
Gets or sets a human-readable represntation of the end value, for a range result. |
Start |
Gets or sets a human-readable represntation of the start value, for a range result. |
Timex |
Gets or sets the value in TIMEX format. |
Value |
Gets or sets a human-readable represntation of the value, for a non-range result. |