mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Added GetMilliseconds command for s+
This commit is contained in:
@@ -239,6 +239,12 @@ namespace ICD.Common.Utils
|
||||
}
|
||||
return ramfree;
|
||||
}
|
||||
|
||||
[PublicAPI]
|
||||
public static string GetMilliseconds()
|
||||
{
|
||||
return IcdEnvironment.GetLocalTime().ToString("fff");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user