public string GetEffectiveDateValue_N(int position) { MonthPicker PeopleEffectiveDateN = JazzMonthPicker.GetOneMonthPicker(JazzControlLocatorKey.MonthPickerPeopleEffectiveDate, position); return(PeopleEffectiveDateN.GetValue()); }
public string GetElectricCostEffectiveDateValue(int position) { MonthPicker OneEffectiveDate = GetOneEffectiveDate(position); return(OneEffectiveDate.GetValue()); }
public string GetEffectiveDateValue() { return(PeopleEffectiveDate.GetValue()); }
public string GetElectricCostEffectiveDateValue() { return(ElectricCostEffectiveDate.GetValue()); }