WeekDay Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The weekday enum.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDayTypeConverter))]
public struct WeekDay : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDayTypeConverter))>]
type WeekDay = struct
interface IArgumentCompleter
Public Structure WeekDay
Implements IArgumentCompleter, IEquatable(Of WeekDay)
- Inheritance
-
WeekDay
- Attributes
- Implements
Fields
Friday | |
Monday | |
Saturday | |
Sunday | |
Thursday | |
Tuesday | |
Wednesday |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type WeekDay (override for Object) |
Equals(WeekDay) |
Compares values of enum type WeekDay |
GetHashCode() |
Returns hashCode for enum WeekDay |
ToString() |
Returns string representation for WeekDay |
Operators
Equality(WeekDay, WeekDay) |
Overriding == operator for enum WeekDay |
Implicit(String to WeekDay) |
Implicit operator to convert string to WeekDay |
Implicit(WeekDay to String) |
Implicit operator to convert WeekDay to string |
Inequality(WeekDay, WeekDay) |
Overriding != operator for enum WeekDay |