Searched refs:tm_mon (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/tools/source/fsys/ |
H A D | unx.hxx | 74 pTime->tm_mon + 1, in Unx2Date() 84 rDate = Date( pTime->tm_mday, pTime->tm_mon + 1, pTime->tm_year + 1900 ); in Unx2DateAndTime()
|
H A D | unx.cxx | 618 times.tm_mon = rNewDateTime.GetMonth() - 1; // 0 == Januar! in SetDateTime()
|
H A D | os2.cxx | 898 return Date( pTm->tm_mday, pTm->tm_mon + 1, pTm->tm_year ); in MsDos2Date()
|
/aoo4110/main/sal/osl/os2/ |
H A D | time.c | 81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue() 107 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
|
/aoo4110/main/sal/osl/unx/ |
H A D | time.c | 81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue() 107 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | macabutilities.hxx | 94 nRet.Month = ptm->tm_mon+1; in CFDateToDateTime()
|
/aoo4110/main/shell/source/unix/misc/ |
H A D | open-url.c | 62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
|
H A D | senddoc.c | 62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
|
/aoo4110/main/extensions/source/macosx/spotlight/ |
H A D | unzip.h | 105 uInt tm_mon; /* months since January - [0,11] */ member
|
H A D | unzip.m | 572 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
|
/aoo4110/main/sal/workben/ |
H A D | tgetpwnam.cxx | 170 printf("Month: %d\n", ptm->tm_mon); in main()
|
/aoo4110/main/tools/source/datetime/ |
H A D | tdate.cxx | 171 (((sal_uIntPtr)(aTime.tm_mon+1))*100) + in Date()
|
/aoo4110/main/icc/ |
H A D | SampleICC-1.3.2.patch | 3016 if (newtime->tm_mon==11 && newtime->tm_mday==31) {
|
Completed in 73 milliseconds