int TimeYear(datetime time)
Returns year for the specified date. The returned value can be within the range of 1970 to 2037.
指定された日付の年を返します。戻り値は、1970から2037年の範囲内になります。
Parameters:
パラメータ:
|
Sample:
サンプル:
1 | int y=TimeYear(TimeCurrent()); |
指定された日付の年を返します。戻り値は、1970から2037年の範囲内になります。
パラメータ:
|
サンプル:
1 | int y=TimeYear(TimeCurrent()); |
0 people found this article useful
0 people found this article useful