Datetime.ParseExact(row(0).ToString().SubString(0,10),“dd/MM/yyyy”,System.Globalization.cultureinfo.invariantculture).ToString(“MMMM”) this will give you month from your start date just mentioned row(0) to your date row number then you can use the if statement to compaire or other way you can do