Click or drag to resize
GoogleDateParameter Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a date parameter for a Google Analytics query.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineGoogleDateParameter

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GoogleDateParameter : GoogleDateParameter_GoogleDateParameter, 
	ISerializable

The GoogleDateParameter type exposes the following members.

Constructors
  NameDescription
Public methodGoogleDateParameter
Initializes a new instance of the GoogleDateParameter class
Top
Methods
Operators
Fields
Properties
  NameDescription
Public propertyDescription
Gets and sets the Description to be used when prompting for this date value
Public propertyGoogleDateParameterValueSource
Gets and sets a property that determines how the date value will be derived
Public propertyLabel
Gets and sets the label to be used when prompting for this date value
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyValue
Gets and sets a DateTimeFilterValue object that represents the value set for this parameter
Top
See Also