Share via


ScheduleTime(Int32) Constructor

Definition

Initializes a new instance of ScheduleTime.

public ScheduleTime (int hour);
new Azure.ResourceManager.StorageMover.Models.ScheduleTime : int -> Azure.ResourceManager.StorageMover.Models.ScheduleTime
Public Sub New (hour As Integer)

Parameters

hour
Int32

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

Applies to