TimeOnly.Deconstruct Methode

Definition

Überlädt

Name Beschreibung
Deconstruct(Int32, Int32, Int32, Int32, Int32)

Deconstructs this TimeOnly instance into Hour, Minute, , Second, , Millisecondand Microsecond.

Deconstruct(Int32, Int32)

Deconstructs this TimeOnly instance into Hour and Minute.

Deconstruct(Int32, Int32, Int32)

Deconstructs this TimeOnly instance into Hour, Minute, , und Second.

Deconstruct(Int32, Int32, Int32, Int32)

Deconstructs this TimeOnly instance into Hour, Minute, , Second, and Millisecond.

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

Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs

Deconstructs this TimeOnly instance into Hour, Minute, , Second, , Millisecondand 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

hour
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Hour Wert für diese TimeOnly Instanz.

minute
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Minute Wert für diese TimeOnly Instanz.

second
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Second Wert für diese TimeOnly Instanz.

millisecond
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Millisecond Wert für diese TimeOnly Instanz.

microsecond
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Microsecond Wert für diese TimeOnly Instanz.

Gilt für:

Deconstruct(Int32, Int32)

Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs

Deconstructs this TimeOnly instance into Hour and 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)

Parameter

hour
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Hour Wert für diese TimeOnly Instanz.

minute
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Minute Wert für diese TimeOnly Instanz.

Gilt für:

Deconstruct(Int32, Int32, Int32)

Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs

Deconstructs this TimeOnly instance into Hour, Minute, , und 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)

Parameter

hour
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Hour Wert für diese TimeOnly Instanz.

minute
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Minute Wert für diese TimeOnly Instanz.

second
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Second Wert für diese TimeOnly Instanz.

Gilt für:

Deconstruct(Int32, Int32, Int32, Int32)

Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs
Quelle:
TimeOnly.cs

Deconstructs this TimeOnly instance into Hour, Minute, , Second, and 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

hour
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Hour Wert für diese TimeOnly Instanz.

minute
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Minute Wert für diese TimeOnly Instanz.

second
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Second Wert für diese TimeOnly Instanz.

millisecond
Int32

Wenn diese Methode zurückgegeben wird, enthält sie den Millisecond Wert für diese TimeOnly Instanz.

Gilt für: