Post: yo can some 1 give me hand
05-09-2014, 05:58 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); well most RTM tools have days played with the day Hours mins in 3 box if you no how to do post blow with the code that go in the set box
(adsbygoogle = window.adsbygoogle || []).push({});
05-09-2014, 08:48 AM #2
B777x
Hurah!
Originally posted by WxMPatcher View Post
well most RTM tools have days played with the day Hours mins in 3 box if you no how to do post blow with the code that go in the set box


Get Time:
    TimeSpan t = TimeSpan.FromSeconds(PS3.Extension.ReadUInt32(0x026FD08A, true));
Days.Value = Convert.ToDecimal(string.Format("{0}", t.Days));
Hours.Value = Convert.ToDecimal(string.Format("{0}", t.Hours));
Minutes.Value = Convert.ToDecimal(string.Format("{0}", t.Minutes));


Set Time:
    PS3.Extension.WriteUInt32(0x026FD08A, ((uint)Days.Value * 86400 + (uint)Hours.Value * 3600 + (uint)Minutes.Value * 60), true);

The following user thanked B777x for this useful post:

Green Haze

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo