DateTimeFormatInfo.GetFormat(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定类型的对象,该对象提供日期和时间格式设置服务。
public:
virtual System::Object ^ GetFormat(Type ^ formatType);
public object GetFormat (Type formatType);
public object? GetFormat (Type? formatType);
abstract member GetFormat : Type -> obj
override this.GetFormat : Type -> obj
Public Function GetFormat (formatType As Type) As Object
参数
- formatType
- Type
所需格式化服务的类型。
返回
如果 formatType
与当前的类型相同,则为当前 DateTimeFormatInfo对象;否则为 null
。
实现
注解
基 Format(String, IFormatProvider)
数据类型支持的方法在将当前 DateTimeFormatInfo 对象作为 IFormatProvider 参数传递时调用此方法。 此方法实现 IFormatProvider.GetFormat。