Property TimeFormat
TimeFormat
Gets or sets the format string used to display time values. This format string is used in the file list to represent time information, such as file modification times.
public virtual string? TimeFormat { get; set; }
Property Value
Remarks
The format should be specified using standard time format strings as defined by .NET. If set to null, the default time format DefaultTimeFormat is used.