23 articles 日付と時刻関数 Page 2 / 3

指定時刻の時【TimeHour】

int TimeHour(datetime time)   Returns the hour for the specified time. 指定した時刻の時間を返します。 Parameters: パラメータ:…

指定時刻の日【TimeDay】

int TimeDay(datetime date)   Returns day of month (1 – 31) for the specified date. 指定された日付の月の日(1 &#…

現在の秒【Seconds】

int Seconds( )   Returns the amount of seconds elapsed from the beginning of the current minute of the la…

現在の月【Month】

int Month( )   Returns the current month as number (1-January,2,3,4,5,6,7,8,9,10,11,12), i.e., the number…

現在の分【Minute】

int Minute( )   Returns the current minute (0,1,2,..59) of the last known server time by the moment of th…

現在の時【Hour】

int Hour( )   Returns the hour (0,1,2,..23) of the last known server time by the moment of the program st…