Home
last modified time | relevance | path

Searched refs:tm_mon (Results 1 – 13 of 13) sorted by relevance

/trunk/main/tools/source/fsys/
H A Dunx.hxx74 pTime->tm_mon + 1, in Unx2Date()
84 rDate = Date( pTime->tm_mday, pTime->tm_mon + 1, pTime->tm_year + 1900 ); in Unx2DateAndTime()
H A Dunx.cxx618 times.tm_mon = rNewDateTime.GetMonth() - 1; // 0 == Januar! in SetDateTime()
H A Dos2.cxx898 return Date( pTm->tm_mday, pTm->tm_mon + 1, pTm->tm_year ); in MsDos2Date()
/trunk/main/sal/osl/os2/
H A Dtime.c81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()
107 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
/trunk/main/sal/osl/unx/
H A Dtime.c80 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()
106 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
/trunk/main/connectivity/source/drivers/macab/
H A Dmacabutilities.hxx94 nRet.Month = ptm->tm_mon+1; in CFDateToDateTime()
/trunk/main/shell/source/unix/misc/
H A Dopen-url.c62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
H A Dsenddoc.c62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.h105 uInt tm_mon; /* months since January - [0,11] */ member
H A Dunzip.m572 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
/trunk/main/sal/workben/
H A Dtgetpwnam.cxx170 printf("Month: %d\n", ptm->tm_mon); in main()
/trunk/main/tools/source/datetime/
H A Dtdate.cxx171 (((sal_uIntPtr)(aTime.tm_mon+1))*100) + in Date()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch3016 if (newtime->tm_mon==11 && newtime->tm_mday==31) {

Completed in 55 milliseconds