你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChaosScheduleTimeUtc 构造函数

定义

重载

ChaosScheduleTimeUtc(ChaosScheduleTimeUtc)

通过复制另一个时间初始化 类的新实例 ChaosScheduleTimeUtc

ChaosScheduleTimeUtc(Int32, Int32)

初始化 ChaosScheduleTimeUtc 类的新实例。

ChaosScheduleTimeUtc(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.ChaosScheduleTimeUtc
Public Sub New (other As ChaosScheduleTimeUtc)

参数

other
ChaosScheduleTimeUtc

另一个要复制的 ChaosScheduleTimeUtc。

适用于

ChaosScheduleTimeUtc(Int32, Int32)

初始化 ChaosScheduleTimeUtc 类的新实例。

public ChaosScheduleTimeUtc (int hour, int minute);
new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc : int * int -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc
Public Sub New (hour As Integer, minute As Integer)

参数

hour
Int32

采用 24 小时时间格式的一天中的一小时。

minute
Int32

小时中的分钟数。

适用于