TeamFoundationJobSchedule 构造函数 (DateTime, Int32, TimeZoneInfo)

使用指定的计划时、间距和时间区域,初始化 TeamFoundationJobSchedule 选件类的新实例。

命名空间:  Microsoft.TeamFoundation.Framework.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public Sub New ( _
    scheduledTime As DateTime, _
    interval As Integer, _
    timeZone As TimeZoneInfo _
)
public TeamFoundationJobSchedule(
    DateTime scheduledTime,
    int interval,
    TimeZoneInfo timeZone
)

参数

  • scheduledTime
    类型:System.DateTime
    基于计算下运行时使用的计划时。
  • interval
    类型:System.Int32
    在工作之间的时间间隔,秒数。
  • timeZone
    类型:System.TimeZoneInfo
    使用的时区为夏时制 interval 属性的时间调整。

.NET Framework 安全性

请参阅

参考

TeamFoundationJobSchedule 类

TeamFoundationJobSchedule 重载

Microsoft.TeamFoundation.Framework.Client 命名空间