ChaosScheduleJobActiveDays Class
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.
[System.Runtime.Serialization.DataContract]
public sealed class ChaosScheduleJobActiveDays : System.Fabric.ByteSerializable
[<System.Runtime.Serialization.DataContract>]
type ChaosScheduleJobActiveDays = class
inherit ByteSerializable
Public NotInheritable Class ChaosScheduleJobActiveDays
Inherits ByteSerializable
- Inheritance
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
Constructors
| ChaosScheduleJobActiveDays() | |
| ChaosScheduleJobActiveDays(ChaosScheduleJobActiveDays) | |
| ChaosScheduleJobActiveDays(HashSet<DayOfWeek>) |
Properties
| Friday | |
| Monday | |
| Saturday | |
| Sunday | |
| Thursday | |
| Tuesday | |
| Wednesday |
Methods
| FromBytes(Byte[]) | (Inherited from ByteSerializable) |
| GetDayValueByEnum(DayOfWeek) | |
| NoActiveDays() | |
| Read(BinaryReader) | |
| ToBytes() | (Inherited from ByteSerializable) |
| ToString() | |
| Write(BinaryWriter) | |