DEBSOURCES
Skip Quicknav
sources / bobcat / 3.01.00-1 / datetime / setseconds.cc
123456789
#include "datetime.ih" bool DateTime::setSeconds(int seconds) { TimeStruct ts = d_tm; ts.tm_sec = seconds; return updateTime(ts); }