public string GetEffectiveDateValue_N(int position)
        {
            MonthPicker PeopleEffectiveDateN = JazzMonthPicker.GetOneMonthPicker(JazzControlLocatorKey.MonthPickerPeopleEffectiveDate, position);

            return(PeopleEffectiveDateN.GetValue());
        }
Exemple #2
0
        public string GetElectricCostEffectiveDateValue(int position)
        {
            MonthPicker OneEffectiveDate = GetOneEffectiveDate(position);

            return(OneEffectiveDate.GetValue());
        }
 public string GetEffectiveDateValue()
 {
     return(PeopleEffectiveDate.GetValue());
 }
Exemple #4
0
 public string GetElectricCostEffectiveDateValue()
 {
     return(ElectricCostEffectiveDate.GetValue());
 }