Читати англійською Редагувати

Поділитися через


DateTimeExtensions.GetRelativeTime(DateTime) Method

Definition

Gets string literal for relative time from now since the DateTime provided. String output is in most appropriate "x time units ago" Example: If DateTime provided is 30 seconds before now, then result will be "30 seconds ago"

C++
public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ GetRelativeTime(DateTime time);

Parameters

time
DateTime

DateTime in UTC to compare against DateTime.UtcNow

Returns

Encoded string.

Applies to

Продукт Версії
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0