SRGDateScale Class

class SRGDateScale

SRGDateScale is derived from and similar in operation to the SRGDecimalScale. This axis labeling scale provides date and time support via the COLEDateTime functions. The maximum and minimum scales can be set to decimal values which correspond to the new date and time standards, and sensible annotations will be derived from them.

Defined in: DScale.h

Class Members

 SRGDateScale()

Constructor

virtual void  CreateLabels()

Builds the label list

virtual void  SetMaxValue(COleDateTime t)

Sets the maximum scale value as a COleDateTime object

virtual void  SetMinValue(COleDateTime t)

Sets the minimum scale value as a COleDateTime object

virtual void  SetResolution(COleDateTimeSpan s)

Sets the resolution value as a COleDateTimeSpan object