mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
refactor: Removing redundant code
This commit is contained in:
@@ -25,9 +25,6 @@ namespace ICD.Common.Utils.Extensions
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static string ToLongTimeStringWithMilliseconds(this DateTime extends)
|
public static string ToLongTimeStringWithMilliseconds(this DateTime extends)
|
||||||
{
|
{
|
||||||
if (extends == null)
|
|
||||||
throw new ArgumentNullException("extends");
|
|
||||||
|
|
||||||
// Todo - Better handle different cultures
|
// Todo - Better handle different cultures
|
||||||
return extends.ToString("HH:mm:ss:fff");
|
return extends.ToString("HH:mm:ss:fff");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user