TrendingDetailsDateColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the date column that will be used to define periods for which trends will be derived
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Field DateColumn { get; set; }
Public Property DateColumn As Field
Get
Set
public:
virtual property Field^ DateColumn {
Field^ get () sealed;
void set (Field^ value) sealed;
}
function get_DateColumn();
function set_DateColumn(value);
Property Value
Type:
FieldThe date column that will be used to define periods for which trends will be derived
Return Value
Type:
FieldThe date column that will be used to define periods for which trends will be derived
Remarks See Also