CSPspEmu.Core.Rtc.PspRtc.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            this.StartDateTime = DateTime.UtcNow;
            this.StartTime.SetToNow();
        }