這個是同事提供的sample code, 我也還沒試過^^
SYSTEMTIME lpSystemTime;
Word year, month, day;
TDateTime FirstOfYear,dtPresent = Now();
int WeekOfYear;
GetLocalTime(&lpSystemTime);
DecodeDate(dtPresent, year, month, day);
FirstOfYear = EncodeDate(year, 1, 1);
WeekOfYear = ((int)(dtPresent - FirstOfYear)) / 7 + 1;
2007年12月20日 星期四
計算週別( for Borland C++ Builder )
標籤: C/C++
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言