toModelTimestamp method

ModelTimestamp toModelTimestamp()

Convert to ModelTimestamp. All times are set to 0.

ModelTimestampに変換します。時間はすべて0になります。

Implementation

ModelTimestamp toModelTimestamp() {
  return ModelTimestamp(value);
}