This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.TimeFormat Property

Format for time display in progress dialogs.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property TimeFormat As String
C#
public string TimeFormat { get; set; }

Property Value

A string value that specifies a format using the following syntax:

variable1=value1;variable2=value2;...

The order and case sensitivity are not important. Possible values are:

Placeholder Description
Appearance Sets the view. Possible values: Words (standard), ColonSeparated (XX:XX:XX).
PresentDirection Sets the order of the output of time. Possible values: any possible combinations of H, M and S symbols.
DigitsFormat Display or not the leading "0", if a particular value is less than 10. Possible values: N, NN.
HideZero Hide or not zero values. Possible values: TRUE, FALSE.

Default value is "Appearance=Words;PresentDirection=HMS;DigitsFormat=N;HideZero=TRUE".

Remarks

This property corresponds to TimeFormat client-side property.

See Also

Reference