TimeOnly.FromDateTime(DateTime) 方法

定义

DateTime 构造一个 TimeOnly 对象,该对象表示此 DateTime 对象中的一天中的时间。

public:
 static TimeOnly FromDateTime(DateTime dateTime);
public static TimeOnly FromDateTime (DateTime dateTime);
static member FromDateTime : DateTime -> TimeOnly
Public Shared Function FromDateTime (dateTime As DateTime) As TimeOnly

参数

dateTime
DateTime

DateTime 从中提取一天中的时间的 对象。

返回

一个 TimeOnly 对象,表示 在 对象中指定的一天的时间 DateTime

适用于