Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.TimeDeltaAsString method

Returns the difference between two specified DateTime values as a string.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static string TimeDeltaAsString(
	DateTime dtEarlierTime,
	DateTime dtLaterTime
)

Parameters

dtEarlierTime
Type: System.DateTime
A System.DateTime object that contains the earlier date and time.
dtLaterTime
Type: System.DateTime
A System.DateTime object that contains the later date and time.

Return value

Type: System.String
A string that contains the difference between the two times.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.