DateTimeResolution Class

Definition

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

Name Description
DateTimeResolution()

Properties

Name Description
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.

Applies to