2

I'm looking for variable type (in standard C++ libraries) that could easily substitute TDateTime. What I need is hour, minutes, seconds and miliseconds.

Thanks for the attention

Roddy
  • 66,617
  • 42
  • 165
  • 277
PLS
  • 231
  • 2
  • 6
  • 14

1 Answers1

3

I think Boost almost qualifies as a standard C++ library these days, so I would recommend boost::date_time

I've used this with BCB2010, if that's any help.

Roddy
  • 66,617
  • 42
  • 165
  • 277