Huh?…


DateTime currentDate = DateTime.Now;
DateTime birthday08 = DateTime.Parse("03/07/2008");
if (currentDate == birthday08) {
       yarsh.Age = 29;
}

(Loading and saving of the yarsh object removed for purposes of brevity)


4 responses to “Huh?…”