Is that VB.NET? This should do:
Dim transferOptions As New TransferOptions
With transferOptions
.FileMask = "*<today"
End With
session.GetFiles(
"/remote/path/*", "C:\local\path\", False, transferOptions).Check()