DateTimeColumn resource type
Namespace: microsoft.graph
The dateTimeColumn on a columnDefinition resource indicates that the column's values are dates or times.
JSON representation
Here's a JSON representation of a dateTimeColumn resource.
{
"displayAs": "default | friendly | standard",
"format": "dateOnly | dateTime"
}
Properties
Property name | Type | Description |
---|---|---|
displayAs | string | How the value should be presented in the UX. Must be one of default , friendly , or standard . See below for more details. If unspecified, treated as default . |
format | string | Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime |
DisplayAs options
Value | Description |
---|---|
default | Uses the default rendering in the UX. |
friendly | Uses a friendly relative representation (for example "today at 3:00 PM") |
standard | Uses the standard absolute representation (for example "5/10/2017 3:20 PM") |