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