[#BloombergLP-bdlt-PackedCalendar-beginWeekendDaysTransitions] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::beginWeekendDaysTransitions :relfileprefix: ../../../ :mrdocs: Return an iterator to the first weekend‐days transition. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/WeekendDaysTransitionConstIterator.adoc[PackedCalendar::WeekendDaysTransitionConstIterator] beginWeekendDaysTransitions() const; ---- == Description Return an iterator providing non‐modifiable access to the first weekend‐days transition in the chronological sequence of weekend‐days transitions maintained by this calendar. If this calendar has no weekend‐days transitions, the returned iterator has the same value as that returned by `endWeekendDaysTransitions()`. == Return Value an iterator to the first weekend‐days transition [.small]#Created with https://www.mrdocs.com[MrDocs]#