Gets the current CultureInfo used to format the time.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
CultureInfo Culture { get; set; } |
| Visual Basic |
|---|
Property Culture As CultureInfo Get Set |
| Visual C++ |
|---|
property CultureInfo^ Culture { CultureInfo^ get (); void set (CultureInfo^ value); } |