TimeEdit is a subclass of Edit that parses times specially. TimeEdit passes most keys through to the Edit class. It provides support for parsing a time upon the window losing focus, and for converting the time from a DTM structure to a string. The window's Menu field should point to a valid DTM structure (a DTM structure is defined in SMTIME.H, and consists of a date and a time). When the window is created, the DTM struct pointed at by the menu is formatted as a string in the current System Manager time format into the buffer pointed at by Data. When the windowloses focus, that string is parsed into a time in the DTM structure.
Window Structure Details And Messages