0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
1 Posted Topic
hi, i had to do this quickly for a project. the approach broadly is to write a function to work out whether a specific date was in summertime or not. [CODE] private string getSeason(DateTime date) { //need to understand the logic //essentially the same rula as British Summertime // DateTime …
The End.
tristian2