KeyTimeHelper.FromTimeSpan(TimeSpan) 方法

定义

根据指定的 TimeSpan 生成具有初始数据的新 KeyTime

 static KeyTime FromTimeSpan(TimeSpan const& timeSpan);
public static KeyTime FromTimeSpan(System.TimeSpan timeSpan);
function fromTimeSpan(timeSpan)
Public Shared Function FromTimeSpan (timeSpan As TimeSpan) As KeyTime

参数

timeSpan
TimeSpan TimeSpan

要建立的 TimeSpan 数据值。

返回

生成的 KeyTime 值。

适用于