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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET