C# Class PureCat.Message.Spi.Codec.PlainTextMessageCodec.DateHelper

Thread safe date helper class. DateFormat is NOT thread safe.
Afficher le fichier Open project: chinaboard/PureCat

Méthodes publiques

Méthode Description
Format ( long timestamp ) : string
Parse ( string str ) : long

Method Details

Format() public méthode

public Format ( long timestamp ) : string
timestamp long
Résultat string

Parse() public méthode

public Parse ( string str ) : long
str string
Résultat long