Show / Hide Table of Contents

Class TimePeriod

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

Properties

End

System.DateTime representation of EndRaw.

Declaration
public virtual Nullable<DateTime> End { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

EndRaw

The (exclusive) end of the time period.

Declaration
public virtual string EndRaw { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Start

System.DateTime representation of StartRaw.

Declaration
public virtual Nullable<DateTime> Start { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

StartRaw

The (inclusive) start of the time period.

Declaration
public virtual string StartRaw { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top