DateTimeExtensions.DayNumber Method
.NET Standard 2.x
Gets the day of the week of a DateTime value and returns the number of the weekday.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
DayNumber(this DateTime dateTime) | Gets the day of the week of a non-empty DateTime value and returns the number of the weekday. |
DayNumber(this DateTime? dateTime) | Gets the day of the week of a nullable type DateTime value and returns the number of the weekday. |