calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.TimePeriod Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.TimePeriod:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string EndRaw [get, set]
 The (exclusive) end of the time period.
virtual System.Nullable
< System.DateTime > 
End [get, set]
 System.DateTime representation of EndRaw.
virtual string StartRaw [get, set]
 The (inclusive) start of the time period.
virtual System.Nullable
< System.DateTime > 
Start [get, set]
 System.DateTime representation of StartRaw.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.TimePeriod.End
getset

System.DateTime representation of EndRaw.

virtual string Google.Apis.Calendar.v3.Data.TimePeriod.EndRaw
getset

The (exclusive) end of the time period.

virtual string Google.Apis.Calendar.v3.Data.TimePeriod.ETag
getset

The ETag of the item.

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.TimePeriod.Start
getset

System.DateTime representation of StartRaw.

virtual string Google.Apis.Calendar.v3.Data.TimePeriod.StartRaw
getset

The (inclusive) start of the time period.


The documentation for this class was generated from the following file: