Table of Contents

Method GetAmPmDesignators

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetAmPmDesignators(IFormatProvider?)

Gets the localized AM and PM designators from the specified format provider, or uses the current culture if the provider is null.

public static (string AM, string PM) GetAmPmDesignators(IFormatProvider? formatProvider)

Parameters

formatProvider IFormatProvider

Returns

(string AM, string PM)