DateTimeFormatInfo.GetInstance(IFormatProvider) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定 IFormatProvider 关联的 DateTimeFormatInfo 对象。
public:
static System::Globalization::DateTimeFormatInfo ^ GetInstance(IFormatProvider ^ provider);
public static System.Globalization.DateTimeFormatInfo GetInstance (IFormatProvider provider);
public static System.Globalization.DateTimeFormatInfo GetInstance (IFormatProvider? provider);
static member GetInstance : IFormatProvider -> System.Globalization.DateTimeFormatInfo
Public Shared Function GetInstance (provider As IFormatProvider) As DateTimeFormatInfo
参数
返回
与 IFormatProvider 关联的 DateTimeFormatInfo 对象。
注解
此方法使用 IFormatProvider.GetFormat 将 对象用作 Type
参数的 方法formatProvider
DateTimeFormatInfo。 如果 formatProvider
为 null
或 如果 IFormatProvider.GetFormat 返回 null
,则此方法返回 CurrentInfo。
应用程序可以使用以下方法之一 DateTimeFormatInfo 获取特定区域性的 对象:
方法 GetInstance ,其中
provider
是 对象 CultureInfo 。
DateTimeFormatInfo只能为固定区域性或特定区域性创建 对象,而不能为非特定区域性创建对象。
有关固定区域性、特定区域性和中性区域性的详细信息,请参阅 CultureInfo 类说明。