-2
VB.Net을 C# .Net으로 변환하는 데 문제가 있습니다. 코드에 DateDiff() 함수가 있고 C#에서 동등한 함수를 찾는데 어려움이 있습니다. VB에서 내 코드는 다음과 같습니다 :VB 변환 중입니다. Net to C# .Net
'If the differnce between Now and the files header date >1 (day,week or year) then
If DateDiff(sDateInterval, dFileDate, Now) >= 1 Then
Return True 'File over write is necessary
Else
Return False 'File over write is not necessary
End If
시도 [Telerik 계산기 (http://converter.telerik.com/) – Pikoh