DateTimeOffset.Deconstruct(DateOnly, TimeOnly, TimeSpan) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过 DateOnly、 TimeOnly和 TimeSpan解构此DateTimeOffset实例。
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)
参数
- date
- DateOnly
此方法返回时,表示 DateOnly 此 DateTimeOffset 实例的值。
- time
- TimeOnly
此方法返回时,表示 TimeOnly 此 DateTimeOffset 实例的值。
- offset
- TimeSpan
此方法返回时,表示 Offset 此 DateTimeOffset 实例的值。