diff --git a/ICD.Common.Utils/CrestronUtils.cs b/ICD.Common.Utils/CrestronUtils.cs index 2a98e8a..308841f 100644 --- a/ICD.Common.Utils/CrestronUtils.cs +++ b/ICD.Common.Utils/CrestronUtils.cs @@ -239,6 +239,12 @@ namespace ICD.Common.Utils } return ramfree; } + + [PublicAPI] + public static string GetMilliseconds() + { + return IcdEnvironment.GetLocalTime().ToString("fff"); + } } }