Time 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
Time() |
Initializes a new instance of the Time class. |
Time(Int32, Int32, Int32) |
Initializes a new instance of the Time class. |
Time()
Initializes a new instance of the Time class.
public Time ();
Public Sub New ()
Applies to
Time(Int32, Int32, Int32)
Initializes a new instance of the Time class.
public Time (int hours, int minutes, int seconds);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Time : int * int * int -> Microsoft.Azure.Management.StorSimple8000Series.Models.Time
Public Sub New (hours As Integer, minutes As Integer, seconds As Integer)
Parameters
- hours
- Int32
The hour.
- minutes
- Int32
The minute.
- seconds
- Int32
The second.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET