Class ReportDefinition.Types.DateRange.Types.FixedDateRange
A date range between two fixed dates (inclusive of end date).
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ReportDefinition.Types.DateRange.Types.FixedDateRange : IMessage<ReportDefinition.Types.DateRange.Types.FixedDateRange>, IEquatable<ReportDefinition.Types.DateRange.Types.FixedDateRange>, IDeepCloneable<ReportDefinition.Types.DateRange.Types.FixedDateRange>, IBufferMessage, IMessage
Constructors
FixedDateRange()
Declaration
public FixedDateRange()
FixedDateRange(FixedDateRange)
Declaration
public FixedDateRange(ReportDefinition.Types.DateRange.Types.FixedDateRange other)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportDefinition.Types.DateRange.Types.FixedDateRange | other |
Properties
EndDate
Required. The end date (inclusive) of this date range.
Declaration
public Date EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
StartDate
Required. The start date of this date range.
Declaration
public Date StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |