System.DateUtils.MonthOfTheYear
Delphi
function MonthOfTheYear(const AValue: TDateTime): Word;
C++
extern DELPHI_PACKAGE System::Word __fastcall MonthOfTheYear(const System::TDateTime AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
説明
TDateTime 値で表された月を返します。
MonthOfTheYear を呼び出すと,指定された TDateTime 値で表された月を取得できます。MonthOfTheYear は,1 ~ 12 の範囲の値を返します。
メモ: MonthOfTheYear は,MonthOf 関数と同じ値を返します。