Method | Description | |
---|---|---|
FormatAsLongDate ( System.DateTime date ) : string |
Formats a date as a long date for this LocaleInfo.
|
|
FormatAsLongDate ( string dateString ) : string |
Formats the specified dateString as a long date for this LocaleInfo.
|
|
FormatAsShortDate ( System.DateTime date ) : string |
Formats the specified date as a short date string for this LocaleInfo.
|
|
FormatAsShortDate ( string dateString ) : string |
Formats the specified dateString to a short date for this LocaleInfo.
|
|
IsSubsetOf ( string locale ) : bool |
Determines whether this locale is a subset of the specified locale.
|
|
LocaleInfo ( ) : System |
Initializes a new instance of the LocaleInfo class.
|
|
LocaleInfo ( |
Initializes a new instance of the LocaleInfo class, using the specified infoElement.
|
|
Parse ( |
||
ToString ( ) : string | ||
ToXml ( |
public FormatAsLongDate ( System.DateTime date ) : string | ||
date | System.DateTime | The date to convert to string. |
return | string |
public FormatAsLongDate ( string dateString ) : string | ||
dateString | string | The string to format. |
return | string |
public FormatAsShortDate ( System.DateTime date ) : string | ||
date | System.DateTime | The date to convert to string. |
return | string |
public FormatAsShortDate ( string dateString ) : string | ||
dateString | string | The string to format. |
return | string |
public IsSubsetOf ( string locale ) : bool | ||
locale | string | The locale to check against. |
return | bool |
public LocaleInfo ( |
||
infoElement | The |
|
return | System |
public Parse ( |
||
element | ||
return | void |
public ToXml ( |
||
document | ||
return |