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 ="yyyyMMddHHmmss+GMT" を日時に変換する方法
例 string date="20130607000000+1000"
私はそのコンバーターが必要です
このフォーム文字列と日時によるWhats関係
DateTime dt = DateTime.ParseExact( date, "yyyyMMddHHmmsszzz", null, DateTimeStyles.None);
http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx