Use the specified utcStartTime and utcEndTime to set the utcStartTime and utcEndTime attributes of this object respectively. The behavior is undefined unless utcStartTime == utcEndTime, or if utcStartTime and utcEndTime are comparable (i.e., neither equals a default constructed bdlt::DateTime object) unless `utcStartTime < utcEndTime`. (See the `isValidUtcStartAndEndTime` method.)

Synopsis

Declared in <baltzo_localtimeperiod.h>

void
setUtcStartAndEndTime(
    bdlt::Datetime const& utcStartTime,
    bdlt::Datetime const& utcEndTime);

Created with MrDocs