Set the local time and the time zone offset of this object to the specified localTime and offset values respectively if localTime and offset represent a valid TimeTz value. Return 0 on success, and a non‐zero value with no effect on this object otherwise.
Synopsis
Declared in <bdlt_timetz.h>
int
validateAndSetTimeTz(
Time const& localTime,
int offset);
Description
DEPRECATED: replaced by setTimeTzIfValid.
Created with MrDocs