Method | Description | |
---|---|---|
DeleteTimeTrackRecord ( int timeTrackId, string loggedInUserName ) : bool | ||
GetClockInOutTime ( string userName, System.DateTime startDate, System.DateTime endDate ) : |
||
GetCurrentDayClockInOutTime ( string userName ) : |
||
GetCurrentWeekClockInOutTime ( string userName ) : |
||
GetDailyClockInOutTimeByDate ( int userId, System.DateTime startDate, System.DateTime endDate ) : |
||
GetTimeTrackFromUserTimeTrackHistory ( |
||
GetUserTimeTrackHistoryForSpecifiedPeriod ( string userName, System.DateTime startDate, System.DateTime endDate ) : |
||
GetUserTimeTrackHistoryForSpecifiedPeriod ( int companyId, int userId, System.DateTime startDate, System.DateTime endDate ) : |
||
GetWeeklyClockInOutTimeByDate ( string userName, System.DateTime startDate, System.DateTime endDate ) : |
||
SetDefaultClockoutTimeStampToForgottenStamps ( string userName ) : void | ||
TrackClockInOutTime ( int userId, string userName ) : void | ||
UpdateClockInOutTime ( int timeTrackId, string stampDate, string selectedUser, string clockInTime, string clockOutTime, string updatedBy ) : |
Method | Description | |
---|---|---|
GetTimeTrackList ( IEnumerable |
public static DeleteTimeTrackRecord ( int timeTrackId, string loggedInUserName ) : bool | ||
timeTrackId | int | |
loggedInUserName | string | |
return | bool |
public static GetClockInOutTime ( string userName, System.DateTime startDate, System.DateTime endDate ) : |
||
userName | string | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return |
public static GetCurrentDayClockInOutTime ( string userName ) : |
||
userName | string | |
return |
public static GetCurrentWeekClockInOutTime ( string userName ) : |
||
userName | string | |
return |
public static GetDailyClockInOutTimeByDate ( int userId, System.DateTime startDate, System.DateTime endDate ) : |
||
userId | int | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return |
public static GetTimeTrackFromUserTimeTrackHistory ( |
||
userTimeTrackHistory | ||
return |
public static GetUserTimeTrackHistoryForSpecifiedPeriod ( string userName, System.DateTime startDate, System.DateTime endDate ) : |
||
userName | string | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return |
public static GetUserTimeTrackHistoryForSpecifiedPeriod ( int companyId, int userId, System.DateTime startDate, System.DateTime endDate ) : |
||
companyId | int | |
userId | int | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return |
public static GetWeeklyClockInOutTimeByDate ( string userName, System.DateTime startDate, System.DateTime endDate ) : |
||
userName | string | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return |
public static SetDefaultClockoutTimeStampToForgottenStamps ( string userName ) : void | ||
userName | string | |
return | void |
public static TrackClockInOutTime ( int userId, string userName ) : void | ||
userId | int | |
userName | string | |
return | void |
public static UpdateClockInOutTime ( int timeTrackId, string stampDate, string selectedUser, string clockInTime, string clockOutTime, string updatedBy ) : |
||
timeTrackId | int | |
stampDate | string | |
selectedUser | string | |
clockInTime | string | |
clockOutTime | string | |
updatedBy | string | |
return |