mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Added GetMilliseconds command for s+
This commit is contained in:
parent
ff66d635ae
commit
ea82bcd7ec
1 changed files with 6 additions and 0 deletions
|
|
@ -239,6 +239,12 @@ namespace ICD.Common.Utils
|
|||
}
|
||||
return ramfree;
|
||||
}
|
||||
|
||||
[PublicAPI]
|
||||
public static string GetMilliseconds()
|
||||
{
|
||||
return IcdEnvironment.GetLocalTime().ToString("fff");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue