ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • #TTimer
    C++ Builder/Control 2019. 1. 11. 10:33

    #TTimer


    extern DELPHI_PACKAGE bool __fastcall TimeInRange(System::TTime ATime, System::TTime AStartTime, System::TTime AEndTime, bool AInclusive = true);


    // TimeInRange(현재시간, 알람Start시간, 알람End시간, true), 현재시간(ATime)이 알람발생시간(AStartTIme)과 알람OFF시간(AEndTime)사이에 있으면 Return 값이 true이고 아니면 false값이 리턴된다.


    StrToTime(string)

    // String을 TDateTime으로 형변환하는 함수.

    string 을 Time형태로 형변환을 하기 위해선 string은” 오전 10:10:00”와 같은 형태여야 한다.


    ex)

    UnicodeString StrTime = cbAmPm->Text + cbHour->Text + ":" + cbMinutes->Text + ":00";

    TDtTime = StrToTime(StrTime);


    IncMinute(시간, 분)

    // (시간)에서 (분)만큼 시간을 더해주는 함수.



    출처: https://realhanbit.co.kr/books/188/pages/1932/read

    728x90

    'C++ Builder > Control' 카테고리의 다른 글

    #MaskEdit  (0) 2019.01.17
    #TDriveComboBox  (0) 2019.01.11
    #IdTCPServer  (0) 2019.01.08
    TComboBox  (0) 2018.12.06
    TPanel  (0) 2018.12.06

    댓글

Designed by Tistory.