Make wxDateTime::Tm::yday public and document it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2010 22:11:21 +0000 (22:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2010 22:11:21 +0000 (22:11 +0000)
commit5ed8879eaf9d220414e85764b0b97fa11a15a6aa
tree2990a5a624fe8766d77bb82fc100a7e501dd44eb
parentfdb44eb24f06c828df8c0e88b1d77272a397f41e
Make wxDateTime::Tm::yday public and document it.

There doesn't seem any reason to allow access to all the other struct Tm
fields but not yday so make it public, fill it in correctly when creating Tm
without using its ctor from struct tm and document struct Tm itself including
its yday field.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/datetime.h
interface/wx/datetime.h
src/common/datetime.cpp