Table of Contents

Field DefaultTimeFormat

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

Gets or sets the default format string used for displaying time values. This format string is used in the file list to represent time information, such as file modification times.

public static string DefaultTimeFormat

Returns

string
Gets or sets the default format string used for displaying time values. This format string is used in the file list to represent time information, such as file modification times.

Remarks

The format string follows standard .NET date and time format conventions. This value determines how time values are converted to their string representation when no explicit format is specified.