[#BloombergLP-bdlt-Timetable-addTransition-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Timetable.adoc[Timetable]::addTransition :relfileprefix: ../../../ :mrdocs: `addTransition` overloads == Synopses Declared in `<bdlt_timetable.h>` Add or replace a transition at `datetime` with `code`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlt/Timetable/addTransition-08.adoc[addTransition]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& datetime, int code); ---- [.small]#xref:BloombergLP/bdlt/Timetable/addTransition-08.adoc[_» more..._]# Add or replace a transition on `date` at `time` with `code`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlt/Timetable/addTransition-01.adoc[addTransition]( xref:BloombergLP/bdlt/Date.adoc[Date] const& date, xref:BloombergLP/bdlt/Time.adoc[Time] const& time, int code); ---- [.small]#xref:BloombergLP/bdlt/Timetable/addTransition-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *datetime* | datetime of the transition | *code* | transition code | *date* | date of the transition | *time* | time of the transition |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#