|
다음은 DayOfTheMonth 함수에서 F1 키를 누르면 나타나는 도움말 내용입니다.
Returns the day of the month represented by a TDateTime value.
Unit
DateUtils
Category
date/time routines
extern PACKAGE Word __fastcall DayOfTheMonth(const System::TDateTime AValue);
Description
Call DayOfTheMonth to obtain the day of the month represented by a specified TDateTime value. DayOfTheMonth returns a value between 1 and 31.
Note: DayOfTheMonth returns the same value as the DayOf function.
조기 위에 보시면 Unit 라는 항목이 보이실 겁니다. 저 내용이 헤더파일명입니다.
DateUtils.hpp 가 해당 헤더파일이죠... 그럼..
Matthew 님이 쓰신 글 :
: DayOfTheMonth() 함수나 DayOf() 함수를 썼는데
: Call to undefined function 'DayOfTheMonth' 에러가 납니다
: 이거 헤더 화일을 include 해야는 건가요?
: 그럼 어떤 헤더 화일에 있어요?
: time.h 나 ctime.h, stdio.h 등 몇 개 해 봤는데
: 업더라고요? 혹시 아시는 분 힌트 좀 올려주세요
: 감삽니다.
|