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.
Days of the week.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDayTypeConverter))]
public struct WeekDay : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDay>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDayTypeConverter))>]
type WeekDay = struct
interface IArgumentCompleter
Public Structure WeekDay
Implements IArgumentCompleter, IEquatable(Of WeekDay)
- Inheritance
-
WeekDay
- Attributes
- Implements
Fields
Friday |
Schedule will run on Friday |
Monday |
Schedule will run on Monday |
Saturday |
Schedule will run on Saturday |
Sunday |
Schedule will run on Sunday |
Thursday |
Schedule will run on Thursday |
Tuesday |
Schedule will run on Tuesday |
Wednesday |
Schedule will run on 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 |