메소드 | 설명 | |
---|---|---|
GetCalendarPreferenceIds ( this regionInfo ) : string[] |
GetCalendarPreferences gets the calendar preference ids for the RegionInfo
|
|
GetDayOfWeek ( this regionInfo ) : DayOfWeek |
GetDayOfWeek gets the first DayOfWeek for the RegionInfo
|
|
GetHour ( this regionInfo ) : RegionHour |
GetHour gets the RegionHour for the RegionInfo
|
|
GetMeasurementSystem ( this regionInfo ) : RegionMeasurementSystem |
GetMeasurementSystem gets the MeasurementSystem for the RegionInfo
|
|
GetPaperSize ( this regionInfo ) : RegionPaperSize |
GetPaperSize gets the RegionPaperSize for the RegionInfo
|
|
GetPostcodeRegex ( this regionInfo ) : string |
GetPostcodeRegex gets the postal code regular expression for the RegionInfo
|
|
GetRegionCode ( this regionInfo ) : RegionCode |
GetRegionCode gets the RegionCode for the RegionInfo
|
|
GetRegionInformation ( this regionInfo ) : RegionInformation |
GetRegionInformation gets the RegionInformation for the RegionInfo
|
|
GetTelephoneCode ( this regionInfo ) : string |
GetTelephoneCode gets the telephone code used by the RegionInfo GetTelephoneCode gets only the first telephone code used by the region. There is only one telephone code when a region is a country/region. Only when a region is larger than a country/region (e.g. The World) will it have more than one telephone code. |
|
GetTelephoneCodes ( this regionInfo ) : string[] |
GetTelephoneCodes gets an array of telephone codes used by the RegionInfo
|
public static GetCalendarPreferenceIds ( this regionInfo ) : string[] | ||
regionInfo | this | The RegionInfo to get the calendar preference ids for |
리턴 | string[] |
public static GetDayOfWeek ( this regionInfo ) : DayOfWeek | ||
regionInfo | this | The RegionInfo to get the first DayOfWeek for |
리턴 | DayOfWeek |
public static GetHour ( this regionInfo ) : RegionHour | ||
regionInfo | this | The RegionInfo to get the RegionHour for |
리턴 | RegionHour |
public static GetMeasurementSystem ( this regionInfo ) : RegionMeasurementSystem | ||
regionInfo | this | The RegionInfo to get the MeasurementSystem for |
리턴 | RegionMeasurementSystem |
public static GetPaperSize ( this regionInfo ) : RegionPaperSize | ||
regionInfo | this | The RegionInfo to get the RegionPaperSize for |
리턴 | RegionPaperSize |
public static GetPostcodeRegex ( this regionInfo ) : string | ||
regionInfo | this | The RegionInfo to get the postal code regular expression for |
리턴 | string |
public static GetRegionCode ( this regionInfo ) : RegionCode | ||
regionInfo | this | The RegionInfo to get the RegionCode for |
리턴 | RegionCode |
public static GetRegionInformation ( this regionInfo ) : RegionInformation | ||
regionInfo | this | The RegionInfo to get the RegionInformation for |
리턴 | RegionInformation |
public static GetTelephoneCode ( this regionInfo ) : string | ||
regionInfo | this | The RegionInfo to get the telephone code for |
리턴 | string |
public static GetTelephoneCodes ( this regionInfo ) : string[] | ||
regionInfo | this | The RegionInfo to get the telephone codes for |
리턴 | string[] |