NesDateTime

Prev Next

Classic/​VPC環境で利用できます。​

日付/時間 DTO情報です。

構文

構文は次の通りです。

private Long utc;
private String formattedDate;
private String formattedDateTime;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
utc Long Required 1970年1月1日 00:00:00 協定世界時(UTC)からの経過時間を1/1000秒に換算した整数
formattedDate String Required 'yyyy-MM-dd' UTC+9形式の日付
formattedDateTime String Required 'yyyy-MM-dd HH:mm:ss SSS' UTC+9形式の時間