• 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:date

226 construct a date object from separate values for day, month and year, you
285 There are several function to allow date comparison. To supplement them, a few
326 date and time representations for the current locale (
336 \helpref{ParseFormat}{wxdatetimeparseformat} which can parse any date in the
346 \helpref{ParseDateTime}{wxdatetimeparsedatetime}. They try to parse the date
373 wxDateTime -- they only work with the date part of it.
394 Some degree of support for the date units used in astronomy and/or history is
598 DST convention and date and time formatting rules.
636 calculations, date formatting and other things.
731 Sets the date and time of to the current values. Same as assigning the result
749 Sets the date and time from the broken down representation in the standard
759 Sets the date from the so-called {\it Julian Day Number}.
773 Sets the date to be equal to \helpref{Today}{wxdatetimetoday} and the time
783 Sets the date and time from the parameters.
790 Reset time to midnight (00:00:00) without changing the date.
797 Sets the year without changing other date components.
804 Sets the month without changing other date components.
811 Sets the day without changing other date components.
818 Sets the hour without changing other date components.
825 Sets the minute without changing other date components.
832 Sets the second without changing other date components.
839 Sets the millisecond without changing other date components.
869 Returns the object having the same date component as this one but time of
883 Returns broken down representation of the date and time.
891 if the date is not in the range covered by {\tt time\_t} type.
898 Returns the century of this date.
969 Returns the number of the week of the year this date is in. The first week of
1004 Returns {\tt true} if the given date is later than the date of adoption of the
1008 %%%%%%%%%%%%%%%%%%%%%% dos date and time format %%%%%%%%%%%%%%%%%%%%%%%
1015 Sets the date from the date and time in
1024 Returns the date and time in
1042 Returns {\tt true} if this date precedes the given one.
1049 Returns {\tt true} if this date is later than the given one.
1056 Returns {\tt true} if this date lies strictly between the two others,
1068 is {\tt true} or if the date is equal to one of the limit values.
1079 Returns {\tt true} if the date is the same without comparing the time parts.
1093 Returns {\tt true} if the date is equal to another one up to the given time
1122 Adds the given date span to this object.
1150 Subtracts the given date span from this object.
1160 Subtracts another date from this one and returns the difference between them
1168 \func{const wxChar *}{ParseRfc822Date}{\param{const wxChar* }{date}}
1170 Parses the string {\it date} looking for a date formatted according to the RFC
1173 Internet email messages and one of the most common strings expressing date in
1178 parsed. If the entire string contains only the date in RFC 822 format,
1182 which is not RFC 822 compliant. If you need to parse date formatted in more
1189 \func{const wxChar *}{ParseFormat}{\param{const wxChar *}{date}, \param{const wxChar *}{format = wxDefaultDateTimeFormat}, \param{const wxDateTime\& }{dateDef = wxDefaultDateTime}}
1191 This function parses the string {\it date} according to the given
1206 default date.
1216 Parses the string {\it datetime} containing the date and time in free format.
1217 This function tries as hard as it can to interpret the given string as date
1228 \func{const wxChar *}{ParseDate}{\param{const wxChar *}{date}}
1231 only allows the date to be specified. It is thus less flexible then
1271 argument (which means `preferred date representation for the current locale').
1286 This function returns the date representation in the ISO 8601 format
1304 Adjusts the date so that it will still lie in the same week as before, but its
1323 Sets the date so that it will be the first {\it weekday} following the current
1324 date.
1341 Sets the date so that it will be the last {\it weekday} before the current
1342 date.
1359 Sets the date to the {\it n}-th {\it weekday} in the given month of the given
1364 For example, {\tt SetToWeekDay(2, wxDateTime::Wed)} will set the date to the
1368 Returns {\tt true} if the date was modified successfully, {\tt false}
1369 otherwise meaning that the specified date doesn't exist.
1385 {\tt SetToWeekDay(-1, weekday, month, year)}. The date will be set to the last
1403 Set the date to the given \arg{weekday} in the week number \arg{numWeek} of the
1406 Note that the returned date may be in a different year than the one passed to
1417 Sets the date to the last day in the specified month (the current one by
1435 Sets the date to the day number {\it yday} in the same year (i.e., unlike the
1457 Returns the \helpref{JDN}{wxdatetimesetjdn} corresponding to this date. Beware
1493 Return the {\it Rata Die number} of this date.
1495 By definition, the Rata Die number is a date specified as the number of days
1496 relative to a base date of December 31 of the year 0. Thus January 1 of the
1506 Transform the date from the given time zone to the local one. If {\it noDST} is
1509 Returns the date in the local time zone.
1516 Transform the date to the given time zone. If {\it noDST} is {\tt true}, no
1519 Returns the date in the new time zone.
1526 Modifies the object in place to represent the date in another time zone. If
1558 Returns {\tt true} if the DST is applied for this date in the given country.