[]
An interface that supports CellType objects that require data to be displayed as a DateTime type.
public interface IDateTimeCellType
Public Interface IDateTimeCellType
| Name | Description |
|---|---|
| AMString | Gets or sets the AM string. |
| Calendar | Gets or sets a Calendar object. |
| DateSeparator | Gets or sets a date separator string. |
| DateTimeFormat | Gets or sets a DateTimeFormat object. |
| DayNames | Gets or sets an array of day names. |
| MonthNames | Gets or sets an array of month names. |
| PMString | Gets or sets the PM string. |
| TextOrientation | Gets or sets text orientation. |
| TextRotationAngle | Gets or sets a text rotation angle. |
| TimeSeparator | Gets or sets a time separator string. |
| UserDefinedFormat | Gets or sets a custom date format string. |
| WordWrap | Gets or sets a value that indicates whether text is wrapped. |