NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.CurrentInfo

Returns a DateTimeFormatInfo object that formats values based on the CultureInfo of the current thread.

[Visual Basic]
Public Shared ReadOnly Property CurrentInfo As DateTimeFormatInfo
[C#]
public static DateTimeFormatInfo CurrentInfo {get;}
[C++]
public: __property static DateTimeFormatInfo* get_CurrentInfo();
[JScript]
public static function get CurrentInfo() : DateTimeFormatInfo;

Property Value

Returns a DateTimeFormatInfo object from the current locale.

Remarks

It is not possible to set the properties on the culture-specific DateTimeFormatInfo object that is returned.

See DateTimeFormatInfo for details.

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace