Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2FieldDateOptions

Options for the date field type.

Inheritance
object
GoogleAppsDriveLabelsV2FieldDateOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldDateOptions : IDirectResponseSchema

Properties

DateFormat

Output only. ICU date format.

Declaration
[JsonProperty("dateFormat")]
public virtual string DateFormat { get; set; }
Property Value
Type Description
string

DateFormatType

Localized date formatting option. Field values are rendered in this format according to their locale.

Declaration
[JsonProperty("dateFormatType")]
public virtual string DateFormatType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxValue

Output only. Maximum valid value (year, month, day).

Declaration
[JsonProperty("maxValue")]
public virtual GoogleTypeDate MaxValue { get; set; }
Property Value
Type Description
GoogleTypeDate

MinValue

Output only. Minimum valid value (year, month, day).

Declaration
[JsonProperty("minValue")]
public virtual GoogleTypeDate MinValue { get; set; }
Property Value
Type Description
GoogleTypeDate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX