C++ Builder 參考手冊(cè) ? System::Sysutils ? TFormatSettings
日期時(shí)間涵叮、貨幣和數(shù)字的格式
- 簡(jiǎn)介
- 成員
? 類(lèi)型
? 屬性
? 方法 - 例子
一. System::Sysutils::TFormatSettings 簡(jiǎn)介
- 繼承關(guān)系:
無(wú) - 頭文件:
#include <System.SysUtils.hpp>
- 命名空間:
System::Sysutils
- System::Sysutils::TFormatSettings 是日期時(shí)間柄延、貨幣和數(shù)字的格式
二. System::Sysutils::TFormatSettings 成員
1. System::Sysutils::TFormatSettings 類(lèi)型成員
類(lèi)型 | 說(shuō)明 |
---|---|
public: | ? |
TEraInfo | 本地日歷信息 (日本和韓國(guó)使用) |
2. System::Sysutils::TFormatSettings 屬性
屬性 | 類(lèi)型 | 說(shuō)明 |
---|---|---|
public: | ? | |
CurrencyString | System::UnicodeString | 貨幣符號(hào),例如 L"¥" 或 L"$" |
CurrencyFormat | System::Byte | 貨幣符號(hào)的位置 0 ~ 3 0: L"$1" 1: L"1$" 2: L"$ 1" 3: L"1 $"
|
CurrencyDecimals | System::Byte | 貨幣默認(rèn)小數(shù)點(diǎn)后保留位數(shù) |
DateSeparator | System::WideChar | 日期分割符, 如果為 L'/' 2022年1月10日 顯示為 L"2022/1/10" |
TimeSeparator | System::WideChar | 時(shí)間分割符灼卢, 如果為 L':' 8點(diǎn)10分20秒 顯示為 L"8:10:20" |
ListSeparator | System::WideChar | 清單里面項(xiàng)目之間的分割符,常用符號(hào)為逗號(hào) L',' |
ShortDateFormat | System::UnicodeString | 短日期格式酵镜,例如 L"yyyy/M/d" |
LongDateFormat | System::UnicodeString | 長(zhǎng)日期格式希坚,例如 L"yyyy'年'M'月'd'日'" |
TimeAMString | System::UnicodeString | 上午的名稱(chēng),例如 L"上午" 或 L"AM" |
TimePMString | System::UnicodeString | 下午的名稱(chēng)狱窘,例如 L"下午" 或 L"PM" |
ShortTimeFormat | System::UnicodeString | 短時(shí)間格式杜顺,例如 L"h:mm" |
LongTimeFormat | System::UnicodeString | 長(zhǎng)時(shí)間格式,例如 L"h:mm:ss" |
ShortMonthNames | System::StaticArray <System::UnicodeString, 12> |
短月份名稱(chēng)蘸炸,例如 L"1月", L"2月", L"Jan", L"Feb", ... |
LongMonthNames | System::StaticArray <System::UnicodeString, 12> |
長(zhǎng)月份名稱(chēng)躬络,例如 L"一月", L"二月", L"January", L"February", ... |
ShortDayNames | System::StaticArray <System::UnicodeString, 7> |
短星期名稱(chēng),例如 L"周日", L"周一", L"Sun", L"Mon", ... |
LongDayNames | System::StaticArray <System::UnicodeString, 7> |
長(zhǎng)星期名稱(chēng)搭儒,例如 L"星期日", L"星期一", L"Sunday", L"Monday",... |
EraInfo | System::DynamicArray <TEraInfo> |
本地日歷列表 (era 信息) (日本和韓國(guó)使用) |
ThousandSeparator | System::WideChar | 千分位分隔符穷当,中國(guó)和美國(guó)用逗號(hào) L',',越南用小圓點(diǎn) L'.'淹禾,... |
DecimalSeparator | System::WideChar | 小數(shù)點(diǎn)符號(hào)馁菜,中國(guó)和美國(guó)用小圓點(diǎn) L'.',法國(guó)和越南用逗號(hào) L','铃岔,... |
TwoDigitYearCenturyWindow | System::Word | 2位數(shù)的年的表示范圍 |
NegCurrFormat | System::Byte | 負(fù)數(shù)金額的格式 |
NormalizedLocaleName | System::UnicodeString | 用于通過(guò) Locale ID 參數(shù)調(diào)用 Create 方法創(chuàng)建的實(shí)例保存 Locale ID 轉(zhuǎn)成的 Locale Name |
3. System::Sysutils::TFormatSettings 方法
方法 | 說(shuō)明 |
---|---|
public: | ? |
Create | 創(chuàng)建一個(gè) TFormatSettings 實(shí)例 |
Invariant | 使用預(yù)先定義的格式創(chuàng)建一個(gè)實(shí)例汪疮,使用英文格式,但沒(méi)指定地區(qū) |
GetEraYearOffset | 獲取本地的某個(gè)日歷是從哪一年開(kāi)始紀(jì)元的 (日本和韓國(guó)使用) |
例:請(qǐng)參考 FloatToStrF 毁习、CurrToStrF 及其他本文底部「相關(guān)」項(xiàng)目的例子
相關(guān):
- System::Sysutils::FloatToStrF
- System::Sysutils::FloatToStr
- System::Sysutils::FloatToText
- System::Sysutils::CurrToStr
- System::Sysutils::CurrToStrF
- System::Sysutils::DateTimeToStr
- System::Sysutils::DateTimeToString
- System::Sysutils::FormatDateTime
- System::Sysutils::FormatFloat
- System::Sysutils::FormatCurr
- System::Sysutils
C++ Builder 參考手冊(cè) ? System::Sysutils ? TFormatSettings