C# Class PsHandler.PokerMath.TimeZone

Show file 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 property

public string Code
return string

Name public property

public string Name
return string

TimeDifference public property

public TimeSpan,System TimeDifference
return System.TimeSpan