System::Globalization::DateTimeFormatInfo::GetFormat Methode

DateTimeFormatInfo::GetFormat method

Gibt den Formatter des angegebenen Typs zurück.

SharedPtr<Object> System::Globalization::DateTimeFormatInfo::GetFormat(const TypeInfo &format_type) override
ParameterTypBeschreibung
format_typeconst TypeInfo&Typ des zu holenden Formatters; nur der Typ DateTimeFormatInfo wird unterstützt.

ReturnValue

Formatter oder null, falls nicht verfügbar.

Siehe auch