| Glossary|Tips/Tricks|FREE App/VCL|Essentials|Books|Link Back |
Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
HourOf |
unit |
| Dateutils | |
| category | |
| date/time routines |
| declaration |
| description |
HourOf returns a value between 0 and 23.
| example |
if HowOf(Now) > 17 then
ShowMessage ('Work time is over, go home');
|
| in real code |
| see also |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

