Click or drag to resize

MPUtilityGetRelativeDateString Method (DateTime)

Returns the time span between now and the given local time in the past as a text representation.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string GetRelativeDateString(
	DateTime pastTime
)

Parameters

pastTime
Type: SystemDateTime

Return Value

Type: String
See Also