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
Constructor.
virtual ~SRGDateStructData()
Destructor.
virtual void SetValue(double v)
Sets a DATE member of the COleDateTime object at the current position in the structure
virtual double GetValue(BOOL bLogData = FALSE)
Retrieves the DATE member (cast to double) from the COleDateTime object at the current position in the structure