SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Sets the masked edit control's contents from a date/time value.
C
BOOL SftMask_Contents_SetDateTime(HWND hwndCtl, const DATE* lpDate);
C++
BOOL CSftMask::SetDateTime(const DATE* lpDate);
hwndCtl
The window handle of the masked edit control.
lpDate
The address of the DATE value to enter.
The return value is TRUE if the date/time was entered successfully.
The edit mask must contain date and/or time field tokens (see Edit Masks). The date/time is formatted into the mask's date and time fields using the user's locale.
See Also GetDateTime | SetValue | Edit Masks | Popup Calendar
