TimeOnly.Deconstruct Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Mendekonstruksi instans TimeOnly ini menjadi Hour, Minute, Second, Millisecond, dan Microsecond. |
Deconstruct(Int32, Int32) |
Mendekonstruksi instans TimeOnly ini menjadi Hour dan Minute. |
Deconstruct(Int32, Int32, Int32) |
Mendekonstruksi instans TimeOnly ini menjadi Hour, Minute, dan Second. |
Deconstruct(Int32, Int32, Int32, Int32) |
Dekonstruksi instans TimeOnly ini menjadi Hour, Minute, Second, dan Millisecond. |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Sumber:
- TimeOnly.cs
- Sumber:
- TimeOnly.cs
Mendekonstruksi instans TimeOnly ini menjadi Hour, Minute, Second, Millisecond, dan Microsecond.
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute, [Runtime::InteropServices::Out] int % second, [Runtime::InteropServices::Out] int % millisecond, [Runtime::InteropServices::Out] int % microsecond);
public void Deconstruct (out int hour, out int minute, out int second, out int millisecond, out int microsecond);
member this.Deconstruct : int * int * int * int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer, ByRef second As Integer, ByRef millisecond As Integer, ByRef microsecond As Integer)
Parameter
- millisecond
- Int32
Ketika metode ini kembali, berisi nilai Millisecond untuk instans TimeOnly ini.
- microsecond
- Int32
Ketika metode ini kembali, berisi nilai Microsecond untuk instans TimeOnly ini.
Berlaku untuk
Deconstruct(Int32, Int32)
- Sumber:
- TimeOnly.cs
- Sumber:
- TimeOnly.cs
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute);
public void Deconstruct (out int hour, out int minute);
member this.Deconstruct : int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer)
Parameter
Berlaku untuk
Deconstruct(Int32, Int32, Int32)
- Sumber:
- TimeOnly.cs
- Sumber:
- TimeOnly.cs
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute, [Runtime::InteropServices::Out] int % second);
public void Deconstruct (out int hour, out int minute, out int second);
member this.Deconstruct : int * int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer, ByRef second As Integer)
Parameter
Berlaku untuk
Deconstruct(Int32, Int32, Int32, Int32)
- Sumber:
- TimeOnly.cs
- Sumber:
- TimeOnly.cs
Dekonstruksi instans TimeOnly ini menjadi Hour, Minute, Second, dan Millisecond.
public:
void Deconstruct([Runtime::InteropServices::Out] int % hour, [Runtime::InteropServices::Out] int % minute, [Runtime::InteropServices::Out] int % second, [Runtime::InteropServices::Out] int % millisecond);
public void Deconstruct (out int hour, out int minute, out int second, out int millisecond);
member this.Deconstruct : int * int * int * int -> unit
Public Sub Deconstruct (ByRef hour As Integer, ByRef minute As Integer, ByRef second As Integer, ByRef millisecond As Integer)
Parameter
- millisecond
- Int32
Ketika metode ini kembali, berisi nilai Millisecond untuk instans TimeOnly ini.