C# Class PsHandler.PokerMath.TimeZone

ファイルを表示 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
Code string
Name string
TimeDifference System.TimeSpan

Public Methods

Method Description
IsEqual ( TimeZone o ) : bool
Parse ( string timeZoneStr ) : TimeZone

Method Details

IsEqual() public method

public IsEqual ( TimeZone o ) : bool
o TimeZone
return bool

Parse() public static method

public static Parse ( string timeZoneStr ) : TimeZone
timeZoneStr string
return TimeZone

Property Details

Code public_oe property

public string Code
return string

Name public_oe property

public string Name
return string

TimeDifference public_oe property

public TimeSpan,System TimeDifference
return System.TimeSpan