The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TTimeFormat


Unit:SDL_sdlbase
Class:none
Declaration:TTimeFormat = (tfHHMMSS, tfHHhMM, tfAMPM);

The type declaration TTimeFormat defines the available formats for the time scale display. Below are a few examples of the available time formats:

tfHHMMSS 23:10:06 06:12:55
tfHHhMM 23h10 6h12:55
tfAMPM 11:10pm 6:12:55am

Note that the display of the seconds depends on the range of the axis. If the time resolution is too coarse, the seconds are suppressed.



Last Update: 2023-Feb-06