TimeToString

01.01.1970から経過した秒単位の時間を含む値を「yyyy.mm.dd hh:mi」形式の文字列に変換します。

string  TimeToString(
   datetime  value,                           // number
   int       mode=TIME_DATE|TIME_MINUTES      // output format
   );

パラメーター

[in] 1970年1月1日00:00からの秒単位の時間。

mode = TIME_DATE | TIME_MINUTES

[in]追加のデータ入力モード。1つまたは組み合わせたフラグを指定できます
。TIME_DATEは「yyyy.mm.dd」
として結果を取得しTIME_MINUTESは「hh:mi」として結果を取得し
TIME_SECONDSは「hh:mi:ss」として結果を取得します。

戻り値

文字列。

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="">