531532533534535536537538
* <b>Definition:</b> * Date when the file is updated * </p> */ public GVFMeta setFileDate( Date theDate, TemporalPrecisionEnum thePrecision) { myFileDate = new DateDt(theDate, thePrecision); return this; }