This commit is contained in:
2020-03-12 14:48:24 +01:00
parent e879fb6881
commit afaac3c2a4
107 changed files with 16055 additions and 3324 deletions

View File

@@ -112,6 +112,8 @@ Public Class cProgramFunctions
Public Function MinToTime2(ByRef rMinute As Long) As String
Dim m_TimeSpan As TimeSpan = New TimeSpan(0, rMinute, 0)
Select Case rMinute
Case Is < 0
MinToTime2 = "-"
Case Is < 60
MinToTime2 = Format(m_TimeSpan.Minutes) & " min"
Case Is < 1440