Share via


FiscalDateType Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the valid types of dates that can be supported by the fiscal printer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration FiscalDateType
public enum FiscalDateType
public enum class FiscalDateType
public enum FiscalDateType
public enum FiscalDateType

Members

Member name Description
Configuration Date of configuration.
EndOfDay Date of last end of day.
RealTimeClock Real time clock of the fiscal printer.
Reset Date of last reset.
Start Date of start.
VatChange Date of last VAT change.

Remarks

Used by the DateType property. Members of this enumeration replaces the FPTR_DT_CONF, FPTR_DT_EOD, FPTR_DT_RESET, FPTR_DT_RTC, and FPTR_DT_VAT UPOS 1.11 constants.

See Also

Reference

Microsoft.PointOfService Namespace
DateType