Format for time display in progress dialogs.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property TimeFormat As String
public string TimeFormat { get; set; }
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".