public RLVNumericConverter(RLVFormatters convType)
 {
     numericFormat = convType;
 }
 public RLVTimeConverter(RLVFormatters timeFormat)
 {
     this.timeFormat = timeFormat;
 }