• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:wxDateTime

3 %% Purpose:     wxDateTime and related classes overview
14 Classes: \helpref{wxDateTime}{wxdatetime}, \helpref{wxDateSpan}{wxdatespan}, \helpref{wxTimeSpan}{wxtimespan}, \helpref{wxCalendarCtrl}{wxcalendarctrl}
19 of the supported features of \helpref{wxDateTime}{wxdatetime} class are:
31 \twocolitem{Efficiency}{Objects of wxDateTime are small (8 bytes) and working with
38 \helpref{wxDateTime}{wxdatetime} itself which represents an absolute
43 There are also helper classes which are used together with wxDateTime:
52 superseded by wxDateTime.
54 \subsection{wxDateTime characteristics}\label{wxdatetimecharacteristics}
56 \helpref{wxDateTime}{wxdatetime} stores the time as a signed number of
63 The size of wxDateTime object is 8 bytes because it is represented as a 64 bit
84 time (and hence only one wxDateTime class), there are at least two methods to
90 wxDateTime is always well-defined and is a fast operation.
112 just {\tt wxDateTime::Now() + wxDateSpan::Month()}).
124 \twocolitem{{\bf Addition}}{a wxTimeSpan or wxDateSpan can be added to wxDateTime
125 resulting in a new wxDateTime object and also 2 objects of the same span class
128 allowed and, additionally, a difference between two wxDateTime objects can be
145 the local time zone. Because of this, all wxDateTime constructors and setters
147 time zone. Thus, {\tt wxDateTime(1, wxDateTime::Jan, 1970)} will not
148 correspond to the wxDateTime Epoch unless you happen to live in the UK.
160 constructing wxDateTime objects, i.e. there is no way to construct a
161 wxDateTime corresponding to the given date in, say, Pacific Standard Time.
183 wxDateTime dt(...whatever...);
185 printf("The time is %s in GMT", dt.FormatTime(wxDateTime::GMT).c_str());
208 \subsection{wxDateTime and Holidays}\label{tdateholidays}
215 are still included but are reimplemented in terms of wxDateTime. However, using