C# 클래스 TeamBins.Infrastrucutre.Extensions.DateTimeExtensions

파일 보기 프로젝트 열기: kshyju/ProjectPlanningTool

공개 메소드들

메소드 설명
IsPastDue ( this value ) : bool
ToLongDateString ( this dateTime ) : string
ToLongTimeString ( this dateTime ) : string
ToShortDateString ( this dateTime ) : string
ToShortTimeString ( this dateTime ) : string

메소드 상세

IsPastDue() 공개 정적인 메소드

public static IsPastDue ( this value ) : bool
value this
리턴 bool

ToLongDateString() 공개 정적인 메소드

public static ToLongDateString ( this dateTime ) : string
dateTime this
리턴 string

ToLongTimeString() 공개 정적인 메소드

public static ToLongTimeString ( this dateTime ) : string
dateTime this
리턴 string

ToShortDateString() 공개 정적인 메소드

public static ToShortDateString ( this dateTime ) : string
dateTime this
리턴 string

ToShortTimeString() 공개 정적인 메소드

public static ToShortTimeString ( this dateTime ) : string
dateTime this
리턴 string