C# 클래스 NDG.Convertors.DateTimeExtensions

파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
IsDayOfCurrentWeek ( this dt ) : bool
StartOfWeek ( this dt, DayOfWeek startOfWeek ) : System.DateTime

메소드 상세

IsDayOfCurrentWeek() 공개 정적인 메소드

public static IsDayOfCurrentWeek ( this dt ) : bool
dt this
리턴 bool

StartOfWeek() 공개 정적인 메소드

public static StartOfWeek ( this dt, DayOfWeek startOfWeek ) : System.DateTime
dt this
startOfWeek DayOfWeek
리턴 System.DateTime