Searched refs:fDate (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DVersionInfo.cpp211 _int64 fDate = 0; local
215 fDate = m_fixedInfo->dwFileDateMS;
216 fDate <<= 32;
217 fDate += m_fixedInfo->dwFileDateLS;
219 return(fDate);

Completed in 12 milliseconds