BCGSuite for MFC
CBCGPDateTimeList

Detailed Description

A class CBCGPDateTimeList implements touch-friendly date-time picker. This control can be created either as dialog/form child window or popup window.

See also
CBCGPCtrlPlaceHolderHelper, CBCGPAnimationManager
+ Inheritance diagram for CBCGPDateTimeList:

Public Member Functions

 EnableVisualManagerStyleEnables the visual manager style.
 
 GetDateReturns date.
 
 GetDateFormatGets date format.
 
 GetLayoutReturns control's layout.
 
 GetMaxYearGets maximum allowed year.
 
 GetMinYearGets minimum allowed year.
 
 GetMonthFormatGets month format.
 
 GetTimeFormatGets time format.
 
 IsDateOneColumnTells whether a date is displayed in the single column.
 
 IsTimeOneColumnTells whether a time is displayed in the single column.
 
 IsVisualManagerStyleTells whether a window uses visual manager style.
 
 SetDateSets date in the control.
 
 SetDateFormatSets date format.
 
 SetDateOneColumnSpecifies whether a date is displayed in the single column.
 
 SetLayoutSets control's layout.
 
 SetMonthFormatSets month format.
 
 SetTimeFormatSets time format.
 
 SetTimeOneColumnSpecifies whether a time is displayed in the single column.
 
 SetYearsRangeSets allowed years range.
 
- Public Member Functions inherited from CBCGPAnimationManager
 CBCGPAnimationManagerDefault constructor.
 
 GetAnimatedValueGets current animated value.
 
 GetAnimationDurationGets animation duration.
 
 GetLastAnimationErrorGets the animation error returned by recent call to Windows Animation API.
 
 IsAnimatedChecks if animation is running.
 
 StartAnimationStarts an animation.
 
 StartFlashAnimationStarts "flash" animation.
 
 StopAnimationStops an animation.
 

Static Public Member Functions

 ShowPopupDisplays a popup date/time list.
 
- Static Public Member Functions inherited from CBCGPAnimationManager
 IsAnimationSupportedByOSChecks if animation is supported by OS.
 

Additional Inherited Members

- Public Types inherited from CBCGPAnimationManager
enum  BCGPAnimationType
 
- Protected Member Functions inherited from CBCGPAnimationManager
 OnAnimationIdleCalled by the framework in an animation idle time.