Condividi tramite


COleDateTime::GetAsDBTIMESTAMP

Chiamare questo metodo per ottenere l'ora nell'oggetto COleDateTime come struttura dati DBTIMESTAMP.

bool GetAsDBTIMESTAMP(
   DBTIMESTAMP& dbts
) const throw();

Parametri

Valore restituito

Diverso da zero se ha esito positivo; in caso contrario 0.

Note

Archivia il tempo nella struttura risultante a cui si fa riferimento dbts.La struttura dei dati DBTIMESTAMP inizializzata dalla funzione del membro fraction impostato su zero.

Esempio

COleDateTime t = COleDateTime::GetCurrentTime();
DBTIMESTAMP ts;
t.GetAsDBTIMESTAMP(ts); // retrieves the time in t into the ts structure

Requisiti

Header: atlcomtime.h

Vedere anche

Riferimenti

Classe di COleDateTime

Grafico della gerarchia