DateTimeFormatInfo.GetFormat-Methode
Gibt ein Objekt vom angegebenen Typ zurück, das einen DateTime-Formatierungsdienst bereitstellt.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Function GetFormat ( _
formatType As Type _
) As Object
'Usage
Dim instance As DateTimeFormatInfo
Dim formatType As Type
Dim returnValue As Object
returnValue = instance.GetFormat(formatType)
public Object GetFormat (
Type formatType
)
public:
virtual Object^ GetFormat (
Type^ formatType
) sealed
public final Object GetFormat (
Type formatType
)
public final function GetFormat (
formatType : Type
) : Object
Parameter
- formatType
Der Type des erforderlichen Formatierungsdiensts.
Rückgabewert
Die aktuelle DateTimeFormatInfo, wenn formatType mit dem Typ der aktuellen DateTimeFormatInfo übereinstimmt, andernfalls NULL (Nothing in Visual Basic).
Hinweise
Wenn die aktuelle DateTimeFormatInfo als IFormatProvider-Parameter übergeben wird, rufen die von den Basisdatentypen unterstützten Format-Methoden (String, IFormatProvider) diese Methode auf. Diese Methode implementiert IFormatProvider.GetFormat.
Plattformen
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
.NET Compact Framework
Unterstützt in: 2.0, 1.0
Siehe auch
Referenz
DateTimeFormatInfo-Klasse
DateTimeFormatInfo-Member
System.Globalization-Namespace
IFormatProvider
GetFormat