Learn to use custom date and time format strings to convert DateTime or DateTimeOffset values into text representations, or to parse strings for dates & times.... DateTime thisDate1 = new DateTime(2011, 6, 10); Console..."); DateTimeOffset thisDate2 = new DateTimeOffset(2011, 6, 10, 15...