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() | |
Time(Int32, Int32, Int32) |
Time()
public Time ();
Public Sub New ()
Applies to
Time(Int32, Int32, Int32)
public Time (int hours, int minutes, int seconds);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.Time : int * int * int -> Microsoft.Azure.Management.StorSimple.Fluent.Models.Time
Public Sub New (hours As Integer, minutes As Integer, seconds As Integer)
Parameters
- hours
- Int32
- minutes
- Int32
- seconds
- Int32
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