C# 클래스 formulate.core.Utilities.DateUtility

Helps with dates.
파일 보기 프로젝트 열기: rhythmagency/formulate

공개 메소드들

메소드 설명
AttemptParseDate ( string strDate ) : DateTime?

Attempts to parse a string as a date.

메소드 상세

AttemptParseDate() 공개 정적인 메소드

Attempts to parse a string as a date.
public static AttemptParseDate ( string strDate ) : DateTime?
strDate string /// The string date. ///
리턴 DateTime?