Method | Description | |
---|---|---|
GetMonthName ( int id ) : string | ||
QuitaDuplicados ( List |
||
VerifyDifferentHours ( System.DateTime hourA, System.DateTime hourB ) : int | ||
VerifyOverlapDates ( System.DateTime startA, System.DateTime endA, System.DateTime startB, System.DateTime endB ) : bool |
public static GetMonthName ( int id ) : string | ||
id | int | |
return | string |
public static QuitaDuplicados ( List |
||
bloques | List |
|
return | List |
public static VerifyDifferentHours ( System.DateTime hourA, System.DateTime hourB ) : int | ||
hourA | System.DateTime | |
hourB | System.DateTime | |
return | int |
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 | |
return | bool |