mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 11:44:57 +00:00
fix: Fixing Net Standard build, changing method name
This commit is contained in:
@@ -254,7 +254,7 @@ namespace ICD.Common.Utils
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[PublicAPI]
|
||||
public static TimeSpan GetProgramUptimeFeedback()
|
||||
public static TimeSpan GetProgramUptime()
|
||||
{
|
||||
if (s_ProgramUptimeStartTime == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user