Aurigma Graphics Mill 5.5 for .NET
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).