Class DateQuestion
A date question. Date questions default to just month + day.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class DateQuestion : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IncludeTime
Whether to include the time as part of the question.
Declaration
[JsonProperty("includeTime")]
public virtual bool? IncludeTime { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
IncludeYear
Whether to include the year as part of the question.
Declaration
[JsonProperty("includeYear")]
public virtual bool? IncludeYear { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |