티스토리 뷰
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 |
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 값을 나타내는 문자열을 반환합니다.
TimeToStr은 Time 매개 변수인 TDateTime 값을 문자열로 변환합니다.
변환은 LongTimeFormat 전역 변수 또는 동등한 TFormatSettings 에 의해 지정된 형식을 사용합니다.
일부 날짜 및 시간 변수 값을 변경하여 문자열 형식을 변경하십시오.
TimeToStr의 첫 번째 형식은 전역 변수에 포함된 지역화 정보를 사용하므로 스레드로부터 안전하지 않습니다.
스레드로부터 안전한 두 번째 형식의 TimeToStr은
AFormatSettings
매개 변수에 포함된 지역화 정보를 참조합니다.
스레드로부터 안전한 TimeToStr 형식을 호출하기 전에 AFormatSettings
에 지역화 정보를 채워야합니다.
AFormatSettings
에 기본 로캘 값을 채우려면 TFormatSettings.Create를 호출합니다.
Example
begin // 오후 7:39:57 Writeln(TimeToStr(Now));
Readln; end. |
equivalent 미국·영국 [ɪ|kwɪvələnt] 1. (가치・의미・중요도 등이) 동등한 |
출처: 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
- 일기
- ADODB
- 자료구조
- SysUtils
- VCL
- Reference
- 여행영어 100일의 기적
- 영어
- java
- 문법
- 계산기
- 알고리즘
- 응용
- 대상
- wfd
- Pte
- 독해
- SWT
- 설명
- RA
- 왕초보 영어회화 100일의 기적
- 교육센터
- 상황
- System
- 정렬
- tdataset
- 스택
- Delphi
- 말하기
- 작문
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |