DataItemDateTimeFormat Properties
Contains formatting settings for date-time values.| Name | Description |
|---|---|
| DateFormat | Gets or sets the format type associated with the DateTimeGroupInterval.DayMonthYear group interval. |
| DateHourFormat | Gets or sets the format type associated with the DateTimeGroupInterval.DateHour group interval. |
| DateHourMinuteFormat | Gets or sets the format type associated with the DateTimeGroupInterval.DateHourMinute group interval for DateTime values. |
| DateTimeFormat | Gets or sets the format type associated with the DateTimeGroupInterval.DateHourMinuteSecond group interval. |
| DayOfWeekFormat | Gets or sets the format type associated with the DateTimeGroupInterval.DayOfWeek group interval. |
| ExactDateFormat | Gets or sets the format type associated with the DateTimeGroupInterval.None group interval for DateTime and DateOnly values. |
| ExactTimeFormat | Gets or sets the format type associated with the DateTimeGroupInterval.None group interval for TimeOnly values. |
| HourFormat | Gets or sets the format type associated with the DateTimeGroupInterval.Hour group interval. |
| MonthFormat | Gets or sets the format type associated with the DateTimeGroupInterval.Month group interval. |
| QuarterFormat | Gets or sets the format type associated with the DateTimeGroupInterval.Quarter group interval. |
| YearFormat | Gets or sets the format type associated with the DateTimeGroupInterval.Year group interval. |
See Also