This documentation is archived and is not being maintained.
DateTimeFormatInfo::GetFormat Method
Visual Studio 2010
Returns an object of the specified type that provides a DateTime formatting service.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- formatType
- Type: System::Type
The Type of the required formatting service.
Return Value
Type: System::ObjectThe current DateTimeFormatInfo object, if formatType is the same as the type of the current DateTimeFormatInfo; otherwise, nullptr.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: