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

Thread safe date helper class. DateFormat is NOT thread safe.
Mostrar archivo Open project: chinaboard/PureCat

Public Methods

Method Description
Format ( long timestamp ) : string
Parse ( string str ) : long

Method Details

Format() public method

public Format ( long timestamp ) : string
timestamp long
return string

Parse() public method

public Parse ( string str ) : long
str string
return long