Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />

.NET API 366,512 bytes

 UtcDateTimeToLocalStringConverter

Converts the incoming value to a String local time represenation in the datetime format provided.

Backing BindableProperty for the DateTimeFormat property.

public string DateTimeFormat { get; set; }

Gets or sets the datetime format value of the provided datetime or datetimeoffset for the UtcDateTimeToLocalStringConverter. This is a bindable property.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

This method is not implemented and will throw a NotImplementedException.