~mmach/netext73/wxwidgets3.0

« back to all changes in this revision

Viewing changes to interface/wx/datetime.h

  • Committer: mmach
  • Date: 2020-06-26 06:45:45 UTC
  • Revision ID: netbit73@gmail.com-20200626064545-f93leu8gg98o2ojg
3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
 
264
264
        This struct is analogous to standard C <code>struct tm</code> and uses
265
265
        the same, not always immediately obvious, conventions for its members:
266
 
        notably its mon and mday fields count from 0 while yday counts from 1.
 
266
        notably its mon and yday fields count from 0 while mday counts from 1.
267
267
     */
268
268
    struct Tm
269
269
    {