DateHelperGetTimeSpan Method (DateTime) |
获取某个时间到当前时间的时间间隔
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static TimeSpan GetTimeSpan(
DateTime beginTime
)
public:
static TimeSpan GetTimeSpan(
DateTime beginTime
)
Parameters
- beginTime
- Type: SystemDateTime
[Missing <param name="beginTime"/> documentation for "M:X3Platform.Util.DateHelper.GetTimeSpan(System.DateTime)"]
Return Value
Type:
TimeSpan[Missing <returns> documentation for "M:X3Platform.Util.DateHelper.GetTimeSpan(System.DateTime)"]
See Also