int TimeDay(datetime date)
Returns day of month (1 – 31) for the specified date.
指定された日付の月の日(1 – 31)を返します。
Parameters:
パラメータ:
|
Sample:
サンプル:
1 2 | int day=TimeDay(D'2003.12.31'); // day is 31 |
指定された日付の月の日(1 – 31)を返します。
パラメータ:
|
サンプル:
1 2 | int day=TimeDay(D'2003.12.31'); // day is 31 |
0 people found this article useful
0 people found this article useful