Class DateRange
A date range.
Inheritance
System.Object
DateRange
Implements
Google.Apis.Requests.IDirectResponseSchema
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class DateRange : IDirectResponseSchema
Properties
EndDate
The upper bound of the date range, inclusive. Must specify a positive value for year
, month
, and day
.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
The lower bound of the date range, inclusive. Must specify a positive value for year
, month
, and day
.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Implements
Google.Apis.Requests.IDirectResponseSchema