この日付の時間の値を戻します。
構文
public String getHours()
戻り値
00 から 23 までの時間の値を表すストリング。
例
DtpDate toDay = new DtpDate(); String hours = toDay.getHours();