asp.net.ph

DateTimeFormatInfo.CurrentInfo Property

System.Globalization Namespace   DateTimeFormatInfo Class


Gets a read-only DateTimeFormatInfo that formats values based on the current culture.

[ VB ]
public Shared ReadOnly Property CurrentInfo As DateTimeFormatInfo

[ C# ]
public static DateTimeFormatInfo CurrentInfo {get;}

[ C++ ]
public: __property static DateTimeFormatInfo* get_CurrentInfo ( );

[ JScript ]
static function get CurrentInfo ( ) : DateTimeFormatInfo;

Property Value

A read-only DateTimeFormatInfo based on the CultureInfo of the current thread.

See Also

DateTimeFormatInfo Members   CultureInfo Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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