Follow @PDSAInc Extension Methods - Paul Sheriff's Blog for the Real World

Paul Sheriff's Blog for the Real World

This blog is to share my tips and tricks garnered over 20+ years in the IT industry

Paul's Favorites

Browse by Tags

All Tags » Extension Methods (RSS)
Date Handling Tip Part 2: Get the Month Name as Extension Method
After my last post on the GetMonthName, I had a question on how to add this method to the DateTime class as an Extension method. I thought this would make a good follow-up, so here is how you can accomplish this. First, let's do the C# extension method...
More Posts