Show / Hide Table of Contents

Class TimePeriod

Inheritance
object
TimePeriod
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.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class TimePeriod : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

End

DateTime representation of EndRaw.

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

EndDateTimeOffset

DateTimeOffset representation of EndRaw.

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

EndRaw

The (exclusive) end of the time period.

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

Start

DateTime representation of StartRaw.

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

StartDateTimeOffset

DateTimeOffset representation of StartRaw.

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

StartRaw

The (inclusive) start of the time period.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX