Days 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.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.DaysConverter))]
public struct Days : IEquatable<Microsoft.PowerBI.Api.Models.Days>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.DaysConverter))>]
type Days = struct
Public Structure Days
Implements IEquatable(Of Days)
- Inheritance
-
Days
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Friday | |
Monday | |
Saturday | |
Sunday | |
Thursday | |
Tuesday | |
Wednesday |
Methods
Equals(Days) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(Days, Days) | |
Implicit(Days to String) | |
Implicit(String to Days) | |
Inequality(Days, Days) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET