Gets/sets the object which will format the timer watermark when it displays the timestamp.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Property TimerFormatProvider As IFormatProvider
public IFormatProvider TimerFormatProvider { get; set; }
It is useful to specify the formatter object when you want to make the timestamp culture-dependant. It is recommended to read MSDN (.NET Framework Class Library) about the DateTimeFormatInfo class for more details on this.
As usual this property is used in conjunction with the TimerFormat property.
This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true) and TimerStyle is CurrentDateTime.