DateTimeOffset.Deconstruct(DateOnly, TimeOnly, TimeSpan) Metoda

Definice

Dekonstruuje tuto DateTimeOffset instanci pomocí DateOnly, TimeOnlya TimeSpan.

public:
 void Deconstruct([Runtime::InteropServices::Out] DateOnly % date, [Runtime::InteropServices::Out] TimeOnly % time, [Runtime::InteropServices::Out] TimeSpan % offset);
public void Deconstruct (out DateOnly date, out TimeOnly time, out TimeSpan offset);
member this.Deconstruct : DateOnly * TimeOnly * TimeSpan -> unit
Public Sub Deconstruct (ByRef date As DateOnly, ByRef time As TimeOnly, ByRef offset As TimeSpan)

Parametry

date
DateOnly

Když tato metoda vrátí, představuje DateOnly hodnotu této DateTimeOffset instance.

time
TimeOnly

Když tato metoda vrátí, představuje TimeOnly hodnotu této DateTimeOffset instance.

offset
TimeSpan

Když tato metoda vrátí, představuje Offset hodnotu této DateTimeOffset instance.

Platí pro