Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种输出/格式化的方法
String.Format("{0:h:MMtt zzzz}", symbol.QuoteData.LastTrade);
变成更有意义的格式,比如
String.Format("{0:h:MMtt EST}", symbol.QuoteData.LastTrade);
查看 TimeZoneInfo 类(假设您是 .NET 3.5 或更高版本?)。首先要注意的是,据我所知,没有明确的 3 个字符时区助记符列表。如果在网上看过列表,但它们都包含重复项!我意识到这个答案有点模糊。如果您可以提供更多详细信息,我将尝试更具体。