Свойство | Type | Description | |
---|---|---|---|
attendancePercentage | string | ||
currentDateString | string | ||
currentSundayDate | string | ||
currentYear | int | ||
date2YrsAgo | string | ||
dateLastYear | string | ||
dateThisYear | string | ||
dictionary | decimal>.Dictionary | ||
emailContent | string | ||
lastYear | int | ||
weeknumber | int |
Méthode | Description | |
---|---|---|
FirstDateOfWeekISO8601 ( int year, int weekOfYear ) : System.DateTime |
Méthode | Description | |
---|---|---|
GenerateHTML ( decimal>.Dictionary |
||
GetAttendance ( ) : void | ||
Page_Load ( object sender, |
||
btnSend_Click ( object sender, |
Méthode | Description | |
---|---|---|
SendEmail ( string recipient, string from, string subject, string body, |
public static FirstDateOfWeekISO8601 ( int year, int weekOfYear ) : System.DateTime | ||
year | int | |
weekOfYear | int | |
Résultat | System.DateTime |
protected GenerateHTML ( decimal>.Dictionary |
||
attendanceDictionary | decimal>.Dictionary | |
Résultat | string |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected btnSend_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |