Code: Select all
int theMonth = ((System.DateTime)yourDateTimeFieldObject).Month;Code: Select all
int theMonth = ((System.DateTime)yourDateTimeFieldObject).ToString("MMMM");Code: Select all
int theMonth = ((System.DateTime)yourDateTimeFieldObject).Month;Code: Select all
int theMonth = ((System.DateTime)yourDateTimeFieldObject).ToString("MMMM");