Returns the hour of the day represented by a TDateTime value.
function HourOf(const AValue: TDateTime): Word;
Word HourOf(const TDateTime AValue);
Call HourOf to obtain the hour of the day represented by a specified TDateTime value. HourOf returns a value between 0 and 23.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|