티스토리 뷰
Delphi
function StrToTime(const S: string): TDateTime;
function StrToTime(const S: string; const AFormatSettings: TFormatSettings): TDateTime;
C++
extern PACKAGE System::TDateTime __fastcall StrToTime(const System::UnicodeString S)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Converts a string to a TDateTime value.
Call StrToTime to parse a string that specifies a time value.
If S
does not contain a
valid time, StrToTime raises an EConvertError exception.
The S
parameter must
consist of two or three numbers, separated by the character defined by the TimeSeparator global variable or
its TFormatSettings equivalent,
optionally followed by an A.M. or P.M. indicator.
문자열을 TDateTime 값으로 변환합니다.
StrToTime을 호출하여 시간 값을 지정하는 문자열을 구문 분석합니다.
S가 유효한 시간을 포함하지 않으면, StrToTime은 EConvertError 예외를 발생시킵니다.
S 매개 변수는 TimeSeparator 전역 변수 또는 해당 TFormatSettings에 해당하는 문자로 구분된 두 개 또는 세 개의 숫자로 구성되어야 하며, 선택 사항으로 A.M. 또는 P.M. 표시.
The numbers represent hour, minute, and (optionally) second, in that order.
If the time is followed by A.M. or P.M., it is assumed to be in 12-hour clock format.
If no A.M. or P.M. indicator is included, the time is assumed to be in 24-hour clock format.
숫자는 시, 분 및 초 (선택 사항) 순으로 나타냅니다.
시간이 A.M. 또는 P.M.의 경우, 12 시간 형식으로 가정합니다.
A.M. 또는 P.M. 표시가 포함되어 있으면, 시간은 24 시간제 형식으로 간주됩니다.
The first form of StrToTime is not thread-safe, because it uses localization information contained in global variables.
The second form of StrToTime,
which is thread-safe, refers to localization information contained in the AFormatSettings
parameter.
Before calling the thread-safe form of StrToTime,
you must populate AFormatSettings
with localization
information.
To populate AFormatSettings
with a set of
default locale values, call TFormatSettings.Create.
StrToTime의 첫 번째 형식은 전역 변수에 포함된 지역화 정보를 사용하므로 스레드로부터 안전하지 않습니다.
thread-safe 인 StrToTime의 두 번째 형식은 AFormatSettings 매개 변수에 들어있는 지역화 정보를 나타냅니다.
스레드로부터 안전한 StrToTime 형식을 호출하기 전에 AFormatSettings에 지역화 정보를 채워야 합니다.
AFormatSettings에 기본 locale 값을 채우려면 TFormatSettings.Create를 호출합니다.
1. (부분·요소로) 되어 있다(be made up) ((of)) separate 미국식 형용사 [|seprət] 동사 [|sepəreɪt] 1. 분리된, 따로 떨어진, 독립된 equivalent 미국·영국 [ɪ|kwɪvələnt] 1. (가치・의미・중요도 등이) 동등한 indicator 미국·영국 [|ɪndɪkeɪtə(r)] 1. (일의 현황・사정 변화 등을 나타내는) 지표 represent 미국·영국 [|reprɪ|zent] 1. (행사・회의 등에서 단체 등을) 대표하다 assume 미국식 [ə|su:m] 1. (사실일 것으로) 추정하다 refer (refers) 미국·영국 [rifə́:r] 1. <…을> <…에게> 알아보도록
하다, 조회하다 populate 미국식 [|pɑ:pjuleɪt] 1. (어떤 지역의 주민으로) 살다, 거주하다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.StrToTime
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.StrToFloat (0) | 2017.02.08 |
---|---|
[Reference] System.Odd (0) | 2017.02.07 |
[Reference] System.SysUtils.UpperCase (0) | 2017.02.05 |
[Reference] System.UpCase (0) | 2017.02.04 |
[Reference] Vcl.Dialogs.ShowMessage (0) | 2017.02.03 |
- Total
- Today
- Yesterday
- 상황
- 알고리즘
- 자료구조
- Delphi
- 왕초보 영어회화 100일의 기적
- 일기
- 교육센터
- Reference
- 응용
- 영어
- 말하기
- 문법
- SWT
- 설명
- SysUtils
- 정렬
- 독해
- tdataset
- Pte
- 여행영어 100일의 기적
- System
- java
- ADODB
- VCL
- 작문
- 계산기
- 대상
- wfd
- RA
- 스택
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |