티스토리 뷰

Delphi

function Date: TDateTime;

C++

extern PACKAGE System::TDateTime __fastcall Date(void);

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Returns the current date.

Use Date to obtain the current local date as a System.TDateTime value.

The time portion of the value is 0 (midnight).

 

현재 날짜를 반환합니다.

Date를 사용하여 현재 로컬 날짜를 System.TDateTime 값으로 가져옵니다.

값의 시간 부분은 0 (자정)입니다.

 

Example

var

  Today: string;

 

begin

  Today := DateToStr(Date);

 

  // 결과: 2017-03-27 ※ 2017 3 27일 기준

  Writeln(Today);

  Readln;

end.

 

portion 미국식 [|pɔ:rʃn]   영국식 [|pɔ:ʃn]   중요

1. (더 큰 것의) 부분
2. (
음식의) 1인분
3.

 

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

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

[Reference] System.Continue  (0) 2017.03.29
[Reference] System.SysUtils.IntToHex  (0) 2017.03.29
[Reference] System.Addr  (0) 2017.03.26
[Reference] System.SysUtils.StrToInt  (0) 2017.03.25
[Reference] System.SysUtils.LowerCase  (0) 2017.03.24
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함