日付時刻定数【Datetime constants】

Datetime constants can be represented as a literal line consisting of 6 parts for values of year, month, date, hours, minutes, and seconds. The constant is enclosed in single quotes and starts with D. Either date (year, month, date) or time (hours, minutes, seconds), or both can be skipped. Datetime constant can vary from Jan 1, 1970 to Dec 31, 2037.

日付時刻定数が年、月、日、時、分、秒の値のために6つの部分から成り立っており、文字列であるとして表現されることができます。 定数は一重引用符に入れて囲われます、そして D から始めます。 日付(年、月、日)あるいは時間(時、分、秒)、あるいは両方は省略することができます。 日付時刻定数は1970年1月1日から2037年12月31日まで変動することができます。

Examples:

例:

 

Its internal representation is a long integer number of 4 bytes. The value represents the amount of seconds elapse from 00:00 Jan 1, 1970.

これらの内部表現は4バイトの長い整数です。 値は秒の単位で1970年1月1日 00:00 からの経過で表示します。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">