Table of Contents

Property TimeFormat

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

string

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.