C# Class PsHandler.PokerMath.TimeZone

Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Свойство Type Description
Code string
Name string
TimeDifference System.TimeSpan

Méthodes publiques

Méthode Description
IsEqual ( TimeZone o ) : bool
Parse ( string timeZoneStr ) : TimeZone

Method Details

IsEqual() public méthode

public IsEqual ( TimeZone o ) : bool
o TimeZone
Résultat bool

Parse() public static méthode

public static Parse ( string timeZoneStr ) : TimeZone
timeZoneStr string
Résultat TimeZone

Property Details

Code public_oe property

public string Code
Résultat string

Name public_oe property

public string Name
Résultat string

TimeDifference public_oe property

public TimeSpan,System TimeDifference
Résultat System.TimeSpan