C# Class CSPspEmu.Core.Rtc.PspVirtualTimer

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Enabled bool
OnList bool

Protected Properties

Property Type Description
PspRtc PspRtc
_DateTime System.DateTime

Public Methods

Method Description
SetAt ( System.DateTime DateTime ) : void
SetIn ( System.TimeSpan TimeSpan ) : void
ToString ( ) : string

Private Methods

Method Description
PspVirtualTimer ( PspRtc PspRtc ) : System

Method Details

SetAt() public method

public SetAt ( System.DateTime DateTime ) : void
DateTime System.DateTime
return void

SetIn() public method

public SetIn ( System.TimeSpan TimeSpan ) : void
TimeSpan System.TimeSpan
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Enabled public property

public bool Enabled
return bool

OnList public property

public bool OnList
return bool

PspRtc protected property

protected PspRtc,CSPspEmu.Core.Rtc PspRtc
return PspRtc

_DateTime protected property

protected DateTime,System _DateTime
return System.DateTime