This documentation is for the old version. Go to the latest Graphics Mill docs

AviWatermark.TimerFormat Property

Gets/sets the timer watermark format string when the timestamp is displayed.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

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

Property Value

A string value containing the formatting pattern for the TimerFormatProvider.

Remarks

If you are using formatting object retrieved from the CultureInfo, you can find standard patterns in remarks of the DateTimeFormatInfo class overview in MSDN (.NET Framework Class Library).

Note

This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true) and TimerStyle is CurrentDateTime.

See Also

Reference