C# Class withSIX.Steam.Core.Extensions.Extensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ContainsKey ( this This, string key ) : bool
GetKeyValue ( this This ) : KeyValue
GetKeyValue ( this This, IEnumerable pars ) : KeyValue
Remove ( this This, string key ) : void
ToUnixTimestamp ( this value ) : int

Converts a given DateTime into a Unix timestamp

UnixTimeToDateTime ( this text ) : System.DateTime

Method Details

ContainsKey() public static méthode

public static ContainsKey ( this This, string key ) : bool
This this
key string
Résultat bool

GetKeyValue() public static méthode

public static GetKeyValue ( this This ) : KeyValue
This this
Résultat KeyValue

GetKeyValue() public static méthode

public static GetKeyValue ( this This, IEnumerable pars ) : KeyValue
This this
pars IEnumerable
Résultat KeyValue

Remove() public static méthode

public static Remove ( this This, string key ) : void
This this
key string
Résultat void

ToUnixTimestamp() public static méthode

Converts a given DateTime into a Unix timestamp
public static ToUnixTimestamp ( this value ) : int
value this Any DateTime
Résultat int

UnixTimeToDateTime() public static méthode

public static UnixTimeToDateTime ( this text ) : System.DateTime
text this
Résultat System.DateTime