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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET