ChaosScheduleTimeUtc Constructors   
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.
Overloads
ChaosScheduleTimeUtc(ChaosScheduleTimeUtc)
public ChaosScheduleTimeUtc(System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc other);new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc : System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtcPublic Sub New (other As ChaosScheduleTimeUtc)Parameters
- other
- ChaosScheduleTimeUtc
Applies to
ChaosScheduleTimeUtc(Int32, Int32)
public ChaosScheduleTimeUtc(int hour, int minute);new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc : int * int -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtcPublic Sub New (hour As Integer, minute As Integer)Parameters
- hour
- System.Int32
- minute
- System.Int32