FieldStartingMonth Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the starting month used to resolve date time periods
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int StartingMonth { get; set; }
Public Property StartingMonth As Integer
Get
Set
public:
virtual property int StartingMonth {
int get () sealed;
void set (int value) sealed;
}
function get_StartingMonth();
function set_StartingMonth(value);
Property Value
Type:
Int32The starting month used to resolve date time periods
Return Value
Type:
Int32The starting month used to resolve date time periods
Remarks See Also