Class ReportingDataAnnotation.Types.DateRange
Represents a Reporting Data Annotation's date range, both start and end dates are inclusive. Time zones are based on the parent property.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ReportingDataAnnotation.Types.DateRange : IMessage<ReportingDataAnnotation.Types.DateRange>, IEquatable<ReportingDataAnnotation.Types.DateRange>, IDeepCloneable<ReportingDataAnnotation.Types.DateRange>, IBufferMessage, IMessage
Constructors
DateRange()
Declaration
public DateRange()
DateRange(DateRange)
Declaration
public DateRange(ReportingDataAnnotation.Types.DateRange other)
Parameters
Type | Name | Description |
---|---|---|
ReportingDataAnnotation.Types.DateRange | other |
Properties
EndDate
Required. The end date for this range. Must be a valid date with year, month, and day set. This date must be greater than or equal to the start date.
Declaration
public Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
StartDate
Required. The start date for this range. Must be a valid date with year, month, and day set. The date may be in the past, present, or future.
Declaration
public Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |