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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET