如何在Windows Phone上访问时区标识符?



TimeZoneInfo.Id属性似乎不支持Windows Phone。如何访问Windows Phone上的官方时区标识符?例如"America/los - angeles"。

TimeZoneInfo.StandardName属性返回"太平洋标准时间",这不是TZ标识符。谢谢你。

Windows Phone 7不直接提供TZ值,例如通过TimeZoneInfo类。你可以使用ZoneInfo (tz Database/Olson Database) . net API来查找tz值

相关内容

  • 没有找到相关文章