DateTimeFormatInfo.GetFormat Method
Returns an object of the specified type that provides a date and time formatting service.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Parameters
- formatType
- Type: System.Type
The type of the required formatting service.
Return Value
Type: System.ObjectThe current object, if formatType is the same as the type of the current DateTimeFormatInfo; otherwise, null.
Implements
IFormatProvider.GetFormat(Type)The Format(String, IFormatProvider) method supported by the base data types invoke this method when the current DateTimeFormatInfo object is passed as the IFormatProvider parameter. This method implements IFormatProvider.GetFormat.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.