DaysOfWeek 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.
Argument completer implementation for DaysOfWeek.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.DaysOfWeekTypeConverter))]
public struct DaysOfWeek : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.DaysOfWeek>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.DaysOfWeekTypeConverter))>]
type DaysOfWeek = struct
interface IArgumentCompleter
Public Structure DaysOfWeek
Implements IArgumentCompleter, IEquatable(Of DaysOfWeek)
- Inheritance
-
DaysOfWeek
- 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(DaysOfWeek) |
Compares values of enum type DaysOfWeek |
Equals(Object) |
Compares values of enum type DaysOfWeek (override for Object) |
GetHashCode() |
Returns hashCode for enum DaysOfWeek |
ToString() |
Returns string representation for DaysOfWeek |
Operators
Equality(DaysOfWeek, DaysOfWeek) |
Overriding == operator for enum DaysOfWeek |
Implicit(DaysOfWeek to String) |
Implicit operator to convert DaysOfWeek to string |
Implicit(String to DaysOfWeek) |
Implicit operator to convert string to DaysOfWeek |
Inequality(DaysOfWeek, DaysOfWeek) |
Overriding != operator for enum DaysOfWeek |