I\'m not sure why i\'m getting this error to be honest.
private int hour { get; set { //make sure hour is positive if (value <
You DO NOT have to provide a body for getters and setters IF you'd like the automated compiler to provide a basic implementation.
This DOES however require you to make sure you're using the v3.5 compiler by updating your web.config to something like