Date and Time label object.

Namespace:  DYMO.Label.Framework
Assembly:  DYMO.Label.Framework (in DYMO.Label.Framework.dll) Version: 1.0.0.0 (8.4.0.1475)

Syntax

C#
public class DateTimeObject : LabelObject, 
	IDateTimeObject, ILabelObject
Visual Basic (Declaration)
Public Class DateTimeObject _
	Inherits LabelObject _
	Implements IDateTimeObject, ILabelObject
Visual C++
public ref class DateTimeObject : public LabelObject, 
	IDateTimeObject, ILabelObject

Remarks

A Date and Time object can display the current date and/or time in a variety of formats. In addition, text can be displayed before and/or after the date and time.

Inheritance Hierarchy

System..::.Object
  DYMO.Label.Framework..::.LabelObject
    DYMO.Label.Framework..::.DateTimeObject

See Also