Table of Contents

Class TimePeriod

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class TimePeriod : IDirectResponseSchema
Inheritance
TimePeriod
Implements
IDirectResponseSchema
Inherited Members

Constructors

TimePeriod()

public TimePeriod()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

End

DateTime representation of EndRaw.

public virtual DateTime? End { get; set; }

Property Value

DateTime?

EndRaw

The (exclusive) end of the time period.

public virtual string EndRaw { get; set; }

Property Value

string

Start

DateTime representation of StartRaw.

public virtual DateTime? Start { get; set; }

Property Value

DateTime?

StartRaw

The (inclusive) start of the time period.

public virtual string StartRaw { get; set; }

Property Value

string