DateOnly.ToDateTime 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ToDateTime(TimeOnly) | |
ToDateTime(TimeOnly, DateTimeKind) |
ToDateTime(TimeOnly)
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
public:
DateTime ToDateTime(TimeOnly time);
public DateTime ToDateTime (TimeOnly time);
member this.ToDateTime : TimeOnly -> DateTime
Public Function ToDateTime (time As TimeOnly) As DateTime
參數
- time
- TimeOnly
當天的時間。
傳回
實例 DateTime 是由目前 DateOnly 實例的日期和輸入時間所指定的時間所組成。
適用於
ToDateTime(TimeOnly, DateTimeKind)
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
public:
DateTime ToDateTime(TimeOnly time, DateTimeKind kind);
public DateTime ToDateTime (TimeOnly time, DateTimeKind kind);
member this.ToDateTime : TimeOnly * DateTimeKind -> DateTime
Public Function ToDateTime (time As TimeOnly, kind As DateTimeKind) As DateTime
參數
- time
- TimeOnly
當天的時間。
- kind
- DateTimeKind
指出 ticks 是指定本地時間或國際標準時間 (UTC),或是兩者皆非的其中一個列舉值。
傳回
實例 DateTime 是由目前 DateOnly 實例的日期和輸入時間所指定的時間所組成。