C# 클래스 PureCat.Message.Spi.Codec.PlainTextMessageCodec.DateHelper

Thread safe date helper class. DateFormat is NOT thread safe.
파일 보기 프로젝트 열기: chinaboard/PureCat

공개 메소드들

메소드 설명
Format ( long timestamp ) : string
Parse ( string str ) : long

메소드 상세

Format() 공개 메소드

public Format ( long timestamp ) : string
timestamp long
리턴 string

Parse() 공개 메소드

public Parse ( string str ) : long
str string
리턴 long