Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEndDateTime(int)

Gets the timestamp of when the progress indicator ended.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static long GetEndDateTime(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

longThe progress indicator's end timestamp.