SRGDateStructData Class

class SRGDateStructData: public SRGStructureData

SRGDateStructData is a specialized enhancement of SRGStructureData that retrieves or places an COleDateTime object at the current position within the array of structures or memory block.

Defined in: SRGStructureData.h

Developer Notes

The data value is always cast to double -- the data type that OC expects.

Class Members

CHART_API SRGDateStructData()

Constructor.

CHART_API virtual ~SRGDateStructData()

Destructor.

CHART_API virtual void SetValue(double v)

Sets a DATE member of the COleDateTime object at the current position in the structure

CHART_API virtual double GetValue(BOOL bLogData = FALSE)

Retrieves the DATE member (cast to double) from the COleDateTime object at the current position in the structure