TimeType property (IEpnNamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

TimeTypeConstants TimeType;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the time format. This property will be used to determine the time format if the <TIME> string is used in TagOptions property. Possible values are:

Value

Meaning

TIME_TYPE_24_LONG

The time will appear in terms of 24 hours; and the seconds are included. This is the default value.

TIME_TYPE_24_SHORT

The time will appear in terms of 24 hours; and the seconds are not included.

TIME_TYPE_12_LONG

The time will appear in terms of 12 hours; and the seconds are included.

TIME_TYPE_12_SHORT

The time will appear in terms of 12 hours; and the seconds are not included.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This property is used to configure the naming files options, which are used when multi-page print jobs will be saved separately (i.e. each page in a separate file).

This property is updated with the currently used value by calling the GetDefaultNamingOptions or GetPrinterSaveOptions method.

To set a value for this property, assign the value to it and call the SetPrinterSaveOptions method.

See Also

Elements:

GetDefaultNamingOptions method, TagOptions property, DateType property, SourceCase property, Num property, Alpha property, AlphaNum property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options