asp.net.ph

DateTimeFormatInfo.GetInstance Method

System.Globalization Namespace   DateTimeFormatInfo Class


Returns the DateTimeFormatInfo associated with the specified IFormatProvider.

[ VB ]
public Shared Function GetInstance ( _
   ByVal provider As IFormatProvider _
) As DateTimeFormatInfo

[ C# ]
public static DateTimeFormatInfo GetInstance ( 
   IFormatProvider provider
);

[ C++ ]
public: static DateTimeFormatInfo* GetInstance ( 
   IFormatProvider* provider
);

[ JScript ]
static function GetInstance ( 
   provider : IFormatProvider
) : DateTimeFormatInfo;

Parameters

provider
The IFormatProvider that gets the DateTimeFormatInfo.

-or-

A null reference ( Nothing in Visual Basic ) to get CurrentInfo.

Return Value

A DateTimeFormatInfo associated with the specified IFormatProvider.

Remarks

This method uses the IFormatProvider.GetFormat method of formatProvider using DateTimeFormatInfo as the Type parameter. If formatProvider is a null reference ( Nothing in Visual Basic ) or if IFormatProvider.GetFormat returns a null reference ( Nothing ), this method returns CurrentInfo.

You can get a DateTimeFormatInfo for a specific culture using one of the following methods:

A DateTimeFormatInfo can be created only for the invariant culture or for specific cultures, not for neutral cultures. For more information about the invariant culture, specific cultures, and neutral cultures, see the CultureInfo class.

See Also

DateTimeFormatInfo Members   IFormatProvider Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph