C# 클래스 Smrf.SocialNetworkLib.Twitter.TwitterDateParser

Parses dates received from the Twitter API.
As of July 2010, Twitter uses two date formats: one for the REST API, and another for the search API. This class can parse both formats.

All methods are static.

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
ParseTwitterDate ( String twitterDate ) : String
TryParseTwitterDate ( String twitterDate, System.DateTime &parsedTwitterDate ) : System.Boolean

메소드 상세

ParseTwitterDate() 공개 정적인 메소드

public static ParseTwitterDate ( String twitterDate ) : String
twitterDate String
리턴 String

TryParseTwitterDate() 공개 정적인 메소드

public static TryParseTwitterDate ( String twitterDate, System.DateTime &parsedTwitterDate ) : System.Boolean
twitterDate String
parsedTwitterDate System.DateTime
리턴 System.Boolean