ME-MarvinE / XCalendar

A plugin for .NET providing an API for representing a calendar along with fully customisable calendar controls for Xamarin Forms and .NET MAUI
MIT License
300 stars 36 forks source link

Remove method "Localize" from DateTimeExtensions #162

Closed ME-MarvinE closed 1 year ago

ME-MarvinE commented 1 year ago

This method is now redundant since it only calls the methods from the parameters that are passed. Both the extension method and its implementation would only take one line of code to use.