Table of Contents

Class TimePeriod

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

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 Nullable<DateTime> End { get; set; }

Property Value

Nullable<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 Nullable<DateTime> Start { get; set; }

Property Value

Nullable<DateTime>

StartRaw

The (inclusive) start of the time period.

public virtual string StartRaw { get; set; }

Property Value

string