Table of Contents

Field DefaultDateFormat

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

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

public static string DefaultDateFormat

Returns

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

Remarks

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