[]
Returns the first day of week, containing specified date.
public DateTime GetFirstWeekDay(DateTime day)
Type | Name | Description |
---|---|---|
DateTime | day | The DateTime value. |
Type | Description |
---|---|
DateTime | The DateTime value of the week start day. |
If the specified date hasn't been added to this collection yet, this method call will add it.