TimeOnly.Deconstruct Méthode

Définition

Surcharges

Nom Description
Deconstruct(Int32, Int32, Int32, Int32, Int32)

Déconstructe cette TimeOnly instance en Hour, , SecondMinute, Millisecondet Microsecond.

Deconstruct(Int32, Int32)

Déconstructe cette TimeOnly instance dans Hour et Minute.

Deconstruct(Int32, Int32, Int32)

Déconstructe cette TimeOnly instance en Hour, Minuteet Second.

Deconstruct(Int32, Int32, Int32, Int32)

Déconstructe cette TimeOnly instance en Hour, Minute, Secondet Millisecond.

Deconstruct(Int32, Int32, Int32, Int32, Int32)

Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs

Déconstructe cette TimeOnly instance en Hour, , SecondMinute, Millisecondet 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)

Paramètres

hour
Int32

Lorsque cette méthode est retournée, contient la Hour valeur de cette TimeOnly instance.

minute
Int32

Lorsque cette méthode est retournée, contient la Minute valeur de cette TimeOnly instance.

second
Int32

Lorsque cette méthode est retournée, contient la Second valeur de cette TimeOnly instance.

millisecond
Int32

Lorsque cette méthode est retournée, contient la Millisecond valeur de cette TimeOnly instance.

microsecond
Int32

Lorsque cette méthode est retournée, contient la Microsecond valeur de cette TimeOnly instance.

S’applique à

Deconstruct(Int32, Int32)

Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs

Déconstructe cette TimeOnly instance dans Hour et Minute.

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)

Paramètres

hour
Int32

Lorsque cette méthode est retournée, contient la Hour valeur de cette TimeOnly instance.

minute
Int32

Lorsque cette méthode est retournée, contient la Minute valeur de cette TimeOnly instance.

S’applique à

Deconstruct(Int32, Int32, Int32)

Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs

Déconstructe cette TimeOnly instance en Hour, Minuteet Second.

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)

Paramètres

hour
Int32

Lorsque cette méthode est retournée, contient la Hour valeur de cette TimeOnly instance.

minute
Int32

Lorsque cette méthode est retournée, contient la Minute valeur de cette TimeOnly instance.

second
Int32

Lorsque cette méthode est retournée, contient la Second valeur de cette TimeOnly instance.

S’applique à

Deconstruct(Int32, Int32, Int32, Int32)

Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs
Source:
TimeOnly.cs

Déconstructe cette TimeOnly instance en Hour, Minute, Secondet 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)

Paramètres

hour
Int32

Lorsque cette méthode est retournée, contient la Hour valeur de cette TimeOnly instance.

minute
Int32

Lorsque cette méthode est retournée, contient la Minute valeur de cette TimeOnly instance.

second
Int32

Lorsque cette méthode est retournée, contient la Second valeur de cette TimeOnly instance.

millisecond
Int32

Lorsque cette méthode est retournée, contient la Millisecond valeur de cette TimeOnly instance.

S’applique à