Show / Hide Table of Contents

Class Date

Wrapper for Date Field value.

Inheritance
object
Date
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.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Date : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Value

object representation of ValueRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ValueDateTimeOffset instead.")]
public virtual object Value { get; set; }
Property Value
Type Description
object

ValueDateTimeOffset

DateTimeOffset representation of ValueRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ValueDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ValueRaw

Date value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX