FormatDateTime(DateTime)
Formats a given DateTime object as a string in the format "yyyy/MM/dd HH:mm".
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor.Utils
- Assembly: UnityEditor
public static string FormatDateTime(DateTime dateTime)
Parameters
The DateTime object to format.
Returns
Type | Description |
|---|---|
| string | A string representation of the input DateTime object in the specified format. |