티스토리 뷰

Delphi

function EncodeDate(Year, Month, Day: Word): TDateTime;

C++

extern PACKAGE System::TDateTime __fastcall EncodeDate(System::Word Year, System::Word Month, System::Word Day);

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Returns a TDateTime value that represents a specified Year, Month, and Day.

EncodeDate returns a TDateTime value from the values specified as the Year, Month, and Day parameters.

The year must be from 1 through 9999.

Valid Month values are from 1 through 12.

Valid Day values are from 1 through 28, 29, 30, or 31, depending on the Month value.

For example, the possible Day values for month 2 (February) are from 1 through 28 or from 1 through 29, depending on whether the Year value specifies a leap year.

If the specified values are not within range, EncodeDate raises an EConvertError exception.

 

지정된 연도, 월 및 일을 나타내는 TDateTime 값을 반환합니다.

EncodeDate Year, Month Day 매개 변수로 지정된 값에서 TDateTime 값을 반환합니다.

연도는 1에서 9999 사이여야 합니다.

유효한 월 값은 1에서 12까지입니다.

유효한 일 값은 월 값에 따라 1에서 28, 29, 30 또는 31입니다.

예를 들어, 2 (2)의 가능한 일 값은 연도 값이 윤년을 지정하는지 여부에 따라 1에서 28 또는 1에서 29입니다.

지정된 값이 범위 내에 있지 않으면 EncodeDateEConvertError 예외를 발생시킵니다.

 

depend 미국·영국 [dipénd] 

1. 의존하다, 의지하다 ((on, upon))
2.
믿다, 신뢰하다(rely) ((on, upon))
3.
…나름이다 ((on, upon)), …에 달려 있다, 좌우되다

leap year 

윤년

 

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

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

[Reference] System.SysUtils.DateToStr  (0) 2017.03.05
[Reference] System.SeekEof  (0) 2017.03.04
[Reference] System.SysUtils.IntToStr  (0) 2017.03.02
[Reference] System.SysUtils.DecodeTime  (0) 2017.03.01
[Reference] System.Concat  (0) 2017.02.28
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함