TimeOnly.Deconstruct Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Deconstruct(Int32, Int32, Int32, Int32, Int32) |
Deconstruye esta TimeOnly instancia en Hour, Minute, Second, Millisecondy Microsecond. |
Deconstruct(Int32, Int32) | |
Deconstruct(Int32, Int32, Int32) |
Deconstruye esta TimeOnly instancia en Hour, Minutey Second. |
Deconstruct(Int32, Int32, Int32, Int32) |
Deconstruye esta TimeOnly instancia en Hour, Minute, Secondy Millisecond. |
Deconstruct(Int32, Int32, Int32, Int32, Int32)
- Source:
- TimeOnly.cs
- Source:
- TimeOnly.cs
Deconstruye esta TimeOnly instancia en Hour, Minute, Second, Millisecondy 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)
Parámetros
- millisecond
- Int32
Cuando este método devuelve , contiene el Millisecond valor de esta TimeOnly instancia.
- microsecond
- Int32
Cuando este método devuelve , contiene el Microsecond valor de esta TimeOnly instancia.
Se aplica a
Deconstruct(Int32, Int32)
- Source:
- TimeOnly.cs
- Source:
- 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)
Parámetros
Se aplica a
Deconstruct(Int32, Int32, Int32)
- Source:
- TimeOnly.cs
- Source:
- 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)
Parámetros
Se aplica a
Deconstruct(Int32, Int32, Int32, Int32)
- Source:
- TimeOnly.cs
- Source:
- TimeOnly.cs
Deconstruye esta TimeOnly instancia en Hour, Minute, Secondy 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)
Parámetros
- millisecond
- Int32
Cuando este método devuelve , contiene el Millisecond valor de esta TimeOnly instancia.