Added GetMilliseconds command for s+

This commit is contained in:
jeffery.thompson
2017-07-18 10:01:51 -04:00
parent ff66d635ae
commit ea82bcd7ec

View File

@@ -239,6 +239,12 @@ namespace ICD.Common.Utils
}
return ramfree;
}
[PublicAPI]
public static string GetMilliseconds()
{
return IcdEnvironment.GetLocalTime().ToString("fff");
}
}
}