PowerShell: Date, Time and Ticks
During a session, a team member asked this question. What is Ticks? It's a DateTime instance that includes a number of ticks.
Demo:
Get-Date | Select -Property *
Here is the Date Time Instance - Ticks 635349626947834859
Now you give it a try:
Hope this helps!