LoginSignup
0
1

More than 5 years have passed since last update.

c++ builder XE4, 10.2 Tokyo > TDateTime > UTCを取得する

Last updated at Posted at 2016-04-24
動作確認
C++ Builder XE4
Rad Studio 10.2 Tokyo Update 2 (追記: 2017/12/27)

参考
http://homepage2.nifty.com/Km/contents/20111204.htm
(2017/12/27現在 リンク切れ)

#include <DateUtils.hpp>
...
TDateTime utcdt =  TTimeZone::Local->ToUniversalTime(Now());

ToUniversalTime()のヘルプを見ても使い方がよく分からなかった。上記のリンクが参考になった。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1