I18NSessionContextGetUIDatePattern Method |
Returns locale specific date-time pattern that corresponds to the passed Innovator pattern (e.g. 'short_date').
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string GetUIDatePattern(
string innovatorDatePattern
)
Public Function GetUIDatePattern (
innovatorDatePattern As String
) As String
public String GetUIDatePattern(
String innovatorDatePattern
)
public function GetUIDatePattern(
innovatorDatePattern : String
) : String
Parameters
- innovatorDatePattern
- Type: SystemString
One of possible values:
- short_date
- long_date
- short_date_time
- long_date_time
- short_time
- long_time
Return Value
Type:
StringDate-time pattern, e.g. "yyyy-MM-dd"
See Also