DateTime :: hour - Hours property
The hour property provides the number of hours from the time value (hh of hh:mm:ss,cc).
Return value: Hour ( int32 )
Hour of the day. The value should range from 0 to 23.
Implementation overview
- Get hours from time value
DateTime :: hour (  ) - Set hours
DateTime :: hour ( iHour )