# calling Path.GetFileName
[System.IO.Path]::GetFileName('C:\\Windows\\explorer.exe')
# calling DateTime.Now
[System.DateTime]::Now