티스토리 뷰

Delphi

function Now: TDateTime;

C++

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

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Returns the current date and time.

Returns the current date and time, corresponding to the sum of the value returned by the global Date and Time functions.

Note: Although TDateTime values can represent milliseconds, Now is accurate only to the nearest second.

현재 날짜와 시간을 반환합니다.

전역 Date Time 함수에 의해 반환된 값의 합계에 해당하는 현재 날짜 및 시간을 반환합니다.

참고: TDateTime 값은 밀리 초를 나타낼 수 있지만, Now는 가장 가까운 초에만 정확합니다.

 

Example

begin

  // 2017-03-09 ※ 2017 3 9일 기준.

  Writeln(DateToStr(Now()));

  Readln;

end.

 

corresponding 미국식 [|kɔ:rə|spɑ:ndɪŋ;|kɑ:-] 

(~) 해당하는

correspond 미국식 [|kɔ:rə|spɑ:nd;|kɑ:-] 

1. 일치하다, 부합하다
2. (~
) 해당하다
3. (~
) 서신을 주고받다

although 미국식 [ɔ:l|ðoʊ

1. (비록) …이긴 하지만
2.
그러나, 하지만

accurate 미국·영국 [|ӕkjərət] 

1. 정확한
2.
정밀한
3. (
목표물에) 명중하는, 정확한

accuracy (accurate) 미국·영국 [|ӕkjərəsi] 

정확, 정확도

nearest 

가장 가까운

near (nearest) 미국식 [nɪr] 

1. (거리상으로) 가까운
2. (
시간상으로) 가까운
3. (
… 뒤에) 가까운

 

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

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

[Reference] System.Halt  (0) 2017.03.12
[Reference] System.Ord  (0) 2017.03.10
[Reference] System.SysUtils.DirectoryExists  (0) 2017.03.08
[Reference] System.Insert  (0) 2017.03.07
[Reference] System.SysUtils.EncodeTime  (0) 2017.03.06
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함