Class TimePeriod
Inheritance
System.Object
TimePeriod
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class TimePeriod : IDirectResponseSchema
Properties
End
System.DateTime representation of EndRaw.
Declaration
[JsonIgnore]
public virtual DateTime? End { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
EndRaw
The (exclusive) end of the time period.
Declaration
[JsonProperty("end")]
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
[JsonIgnore]
public virtual DateTime? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
StartRaw
The (inclusive) start of the time period.
Declaration
[JsonProperty("start")]
public virtual string StartRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |