toJDate method

JDate toJDate()

Implementation

JDate toJDate() {
  return JDate.fromDateTime(this);
}