Click or drag to resize
DateHelperGetTimeSpan Method (DateTime, DateTime)
获取某段时间的时间间隔

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static TimeSpan GetTimeSpan(
	DateTime beginTime,
	DateTime endTime
)

Parameters

beginTime
Type: SystemDateTime

[Missing <param name="beginTime"/> documentation for "M:X3Platform.Util.DateHelper.GetTimeSpan(System.DateTime,System.DateTime)"]

endTime
Type: SystemDateTime

[Missing <param name="endTime"/> documentation for "M:X3Platform.Util.DateHelper.GetTimeSpan(System.DateTime,System.DateTime)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:X3Platform.Util.DateHelper.GetTimeSpan(System.DateTime,System.DateTime)"]

See Also