[]
Returns the last day of week, containing specified date.
public DateTime GetLastWeekDay(DateTime day)
Public Function GetLastWeekDay(day As Date) As Date
| Type | Name | Description |
|---|---|---|
| DateTime | day | The DateTime value. |
| Type | Description |
|---|---|
| DateTime | The DateTime value of the week end day. |
If the specified date hasn't been added to this collection yet, this method call will add it.