티스토리 뷰

Up to Parent: System.SysUtils

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

System.SysUtils

System.SysUtils

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가 유효한 시간을 포함하지 않으면, StrToTimeEConvertError 예외를 발생시킵니다.

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를 호출합니다.

 

consist 

1. (부분·요소로) 되어 있다(be made up) ((of))
2. (
…에) 있다(lie), (…에) 존재하다 ((in))
3. (
…와) 양립하다 ((with, together))

separate 미국식 형용사 [|seprət] 동사 [|sepəreɪt] 

1. 분리된, 따로 떨어진, 독립된
2.
서로 다른, 별개의, 관련 없는
3.
분리되다, 나뉘다; 분리하다, 나누다

equivalent 미국·영국 [ɪ|kwɪvələnt] 

1. (가치의미중요도 등이) 동등한
2. (
…에) 상당하는 것, 등가물

indicator 미국·영국 [|ɪndɪkeɪtə(r)] 

1. (일의 현황사정 변화 등을 나타내는) 지표
2. (
속도압력 등을 나타내는) 계기
3. (
자동차의) 방향 표시등

represent 미국·영국 [|reprɪ|zent] 

1. (행사회의 등에서 단체 등을) 대표하다
2. (
어떤 사람의 이익을 옹호하며 그를) 대변하다
3. (
…에) 해당하다

assume 미국식 [ə|su:m] 

1. (사실일 것으로) 추정하다
2. (
권력책임을) 맡다
3. (
특질양상을) 띠다

refer (refers) 미국·영국 [rifə́:r] 

1. <…을> <…에게> 알아보도록 하다, 조회하다
2. <
서적 등을> 참조하게 하다
3. <
사실 등에> 주목하게 하다 ((to))

populate 미국식 [|pɑ:pjuleɪt] 

1. (어떤 지역의 주민으로) 살다, 거주하다
2. (
어떤 지역으로 사람동물들을) 이주시키다
3. (
서류에 데이터를) 덧붙이다

 

출처: 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
링크
«   2025/01   »
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
글 보관함