9#if !defined(OWL_DATETIME_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
65 void SetColor(TDateTimeColors index,
const TColor&
clr);
66 TColor GetColor(TDateTimeColors index)
const;
70 HFONT GetFont()
const;
81 HWND GetMonthCalCtrl();
#define PRECONDITION(condition)
Class wrapper for management of color values.
TControl unifies its derived control classes, such as TScrollBar, TControlGadget, and TButton.
TSystemTime MinDate
default TSystemTime(0) not set
TDateTimePickerData(const TSystemTime &dt=TSystemTime::LocalTime(), const TSystemTime &mind=TSystemTime(1980, 0, 0), const TSystemTime &maxd=TSystemTime(2100, 0, 0))
TSystemTime MaxDate
default TSystemTime(0) not set
bool SetTime(const TSystemTime &dt)
bool SetFormat(const tstring &format)
void SetFont(HFONT font, bool redraw=true)
bool SetFormat(LPCTSTR format)
TColor GetColor(TDateTimeColors index) const
void SetColor(TDateTimeColors index, const TColor &clr)
TSystemTime GetTime() const
uint Transfer(TDateTimePickerData &data, TTransferDirection direction)
Safe overload.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TSystemTime is a class derived from the structure SYSTEMTIME.
Type-safe encapsulation of a Windows class name, a union between ATOM and LPCTSTR.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
TResult SendMessage(TMsgId, TParam1=0, TParam2=0) const
Sends a message (msg) to a specified window or windows.
HWND GetHandle() const
Returns the handle of the window.
Definition of classes for CommonControl encapsulation.
Definition of class TControl.
TTransferDirection
The TTransferDirection enum describes the constants that the transfer function uses to determine how ...
Object Windows Library (OWLNext Core)
uint32 MkUint32(uint16 lo, uint16 hi)
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.