Clarify what time-zone "transitions" are.

Change-Id: Idad5b841c3c693e2040ca606894187988615c9b0
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Edward Welbourne 2015-11-09 11:50:17 +01:00
parent 0ea3d630b1
commit ea8a92c9c9

View File

@ -695,6 +695,11 @@ QTimeZone::OffsetData QTimeZone::offsetData(const QDateTime &forDateTime) const
/*!
Returns \c true if the system backend supports obtaining transitions.
Transitions are changes in the time-zone: these happen when DST turns on or
off and when authorities alter the offsets for the time-zone.
\sa nextTransition(), previousTransition(), transitions()
*/
bool QTimeZone::hasTransitions() const