CTime::GetDay
Restituisce il giorno rappresentano dall'oggetto CTime.
int GetDay( ) const throw( );
Valore restituito
Restituisce il giorno del mese, in base all'ora locale, compreso tra 1 e 31.
Note
Tale funzione chiama GetLocalTm, che utilizza un inner, hanno allocato nel buffer.I dati nel buffer vengono sovrascritti a causa delle chiamate ad altre funzioni membro CTime.
Esempio
// Example for CTime::GetDay, CTime::GetMonth, and CTime::GetYear
CTime t(1999, 3, 19, 22, 15, 0); // 10:15 PM March 19, 1999
ATLASSERT(t.GetDay() == 19);
ATLASSERT(t.GetMonth() == 3);
ATLASSERT(t.GetYear() == 1999);
Requisiti
Header: atltime.h