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));
PS3.Extension.WriteUInt32(0x026FD08A, ((uint)Days.Value * 86400 + (uint)Hours.Value * 3600 + (uint)Minutes.Value * 60), true);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.