C# 클래스 WebApplication4.Controllers.DateValidationMethods

파일 보기 프로젝트 열기: Rxcso/PrototipoSoftware 1 사용 예제들

공개 메소드들

메소드 설명
GetMonthName ( int id ) : string
QuitaDuplicados ( List bloques ) : List
VerifyDifferentHours ( System.DateTime hourA, System.DateTime hourB ) : int
VerifyOverlapDates ( System.DateTime startA, System.DateTime endA, System.DateTime startB, System.DateTime endB ) : bool

메소드 상세

GetMonthName() 공개 정적인 메소드

public static GetMonthName ( int id ) : string
id int
리턴 string

QuitaDuplicados() 공개 정적인 메소드

public static QuitaDuplicados ( List bloques ) : List
bloques List
리턴 List

VerifyDifferentHours() 공개 정적인 메소드

public static VerifyDifferentHours ( System.DateTime hourA, System.DateTime hourB ) : int
hourA System.DateTime
hourB System.DateTime
리턴 int

VerifyOverlapDates() 공개 정적인 메소드

public static VerifyOverlapDates ( System.DateTime startA, System.DateTime endA, System.DateTime startB, System.DateTime endB ) : bool
startA System.DateTime
endA System.DateTime
startB System.DateTime
endB System.DateTime
리턴 bool