| |
|
|
Julian Schmidt | minutes to a Time add\Subtrahieren
CLS
print AddTimeMinute("23:59",20)
print AddTimeMinute("23:59",-20)
Waitinput
Proc AddTimeMinute
Parameters Time$,Minuten&
Return Translate$(Str $(INT(((Val(Translate$(SubStr$(Time$,1,":"),"00","24"))*60)+Val(SubStr$(Time$,2,":"))+Minuten&)\60) mod 24),"00","24")+":"+Str $(((Val(Translate$(SubStr$(Time$,1,":"),"00","24"))*60)+Val(SubStr$(Time$,2,":"))+Minuten&) mod 60)
ENDPROC
|
|
|
| |
|
|
|
Jörg Sellmeyer | Hats You already time 23:45 indicated as Startzeit? |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 07/14/12 ▲ |
|
|
|
|
Julian Schmidt | |
|
| |
|
|
|
Jörg Sellmeyer | For this have you got but not yet with 00:01 at subtrahieren tested |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 07/15/12 ▲ |
|
|
|
|
Julian Schmidt | Jup, ought to rather his. |
|
|
| |
|
|
|
| Hmmm, Time must not same Uhrzeit mean -
gives Yes 25-hours-run -
vlt. one Flag. |
|
|
| |
|
|
|
| gives no 25-hours-run?
function has me already helped -
very well made -
vlt. something on the performance screwing and then vlt. even yet as nProc. |
|
|
| |
|
|