toJiffy method

Jiffy toJiffy()

Convert DateTime to Jiffy

Implementation

Jiffy toJiffy() {
  return Jiffy.parseFromDateTime(this);
}