Send the RecordList Years below1980
public void MssGetYears(out RLYearsRecordList ssOutput) {
ssOutput = new RLYearsRecordList(null);
int currentYear = DateTime.Now.Year;
for (int i = currentYear; i >= 1980; i--)
{
RCYearsRecord rcYear = new RCYearsRecord();
rcYear.ssSTYears.ssYear = i.ToString();
ssOutput.Append(rcYear);
}
// TODO: Write implementation for action
}
Code By http://informatictips.blogspot.com/
SQL Performance Dashboard Reports
Há 4 anos
0 comentários:
Enviar um comentário