티스토리 뷰

Delphi

function TimeToStr(const DateTime: TDateTime): string;

function TimeToStr(const DateTime: TDateTime; const AFormatSettings: TFormatSettings): string;

C++

extern PACKAGE System::UnicodeString __fastcall TimeToStr(const System::TDateTime DateTime)/* overload */;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Returns a string that represents a TDateTime value.

TimeToStr converts the Time parameter, a TDateTime value, to a string.

The conversion uses the format specified by the LongTimeFormat global variable or its TFormatSettings equivalent.

Change the format of the string by changing the values of some of the date and time variables.

The first form of TimeToStr is not thread-safe, because it uses localization information contained in global variables.

The second form of TimeToStr, which is thread-safe, refers to localization information contained in the AFormatSettings parameter.

Before calling the thread-safe form of TimeToStr, you must populate AFormatSettings with localization information.

To populate AFormatSettings with a set of default locale values, call TFormatSettings.Create.

 

TDateTime 값을 나타내는 문자열을 반환합니다.

TimeToStrTime 매개 변수인 TDateTime 값을 문자열로 변환합니다.

변환은 LongTimeFormat 전역 변수 또는 동등한 TFormatSettings 에 의해 지정된 형식을 사용합니다.

일부 날짜 및 시간 변수 값을 변경하여 문자열 형식을 변경하십시오.

TimeToStr의 첫 번째 형식은 전역 변수에 포함된 지역화 정보를 사용하므로 스레드로부터 안전하지 않습니다.

스레드로부터 안전한 두 번째 형식의 TimeToStrAFormatSettings 매개 변수에 포함된 지역화 정보를 참조합니다.

스레드로부터 안전한 TimeToStr 형식을 호출하기 전에 AFormatSettings 에 지역화 정보를 채워야합니다.

AFormatSettings 에 기본 로캘 값을 채우려면 TFormatSettings.Create를 호출합니다.

 

Example

begin

  // 오후 7:39:57

  Writeln(TimeToStr(Now));

 

  Readln;

end.

 

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

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

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.TimeToStr

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.Val  (0) 2017.03.15
[Reference] Vcl.Controls.TWinControl.KeyPress  (0) 2017.03.14
[Reference] System.SysUtils.FileExists  (0) 2017.03.12
[Reference] System.Halt  (0) 2017.03.12
[Reference] System.Ord  (0) 2017.03.10
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함