Example #1
0
 public static string FormatEndDate(GISA.Model.GISADataset.ControloAutDatasExistenciaRow cadeRow)
 {
     return(FormatEnd((DataRow)cadeRow, cadeRow.FimAtribuida));
 }
Example #2
0
 public static string FormatDateInterval(GISA.Model.GISADataset.ControloAutDatasExistenciaRow cadeRow)
 {
     return(GISA.Utils.GUIHelper.FormatDateInterval(FormatStartDate(cadeRow), FormatEndDate(cadeRow)));
 }
Example #3
0
 public static string FormatStartDate(GISA.Model.GISADataset.ControloAutDatasExistenciaRow cadeRow)
 {
     return(FormatStart((DataRow)cadeRow, cadeRow.InicioAtribuida));
 }