public boolean SetDt(CkDateTime dt) {
   return chilkatJNI.CkGzip_SetDt(swigCPtr, this, CkDateTime.getCPtr(dt), dt);
 }
 public void SetDt(CkDateTime dt) {
   chilkatJNI.CkZipEntry_SetDt(swigCPtr, this, CkDateTime.getCPtr(dt), dt);
 }