FiscalPrinter.DateType Property
2/27/2008
Gets or sets the type of date to be requested when calling the GetDate method.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property DateType As FiscalDateType
public abstract FiscalDateType DateType { get; set; }
public:
virtual property FiscalDateType DateType {
FiscalDateType get () abstract;
void set (FiscalDateType value) abstract;
}
/** @property */
public abstract FiscalDateType get_DateType ()
/** @property */
public abstract void set_DateType (FiscalDateType value)
public abstract function get DateType () : FiscalDateType
public abstract function set DateType (value : FiscalDateType)
Remarks
Valid values are defined by the FiscalDateType enumeration.
DateType is set and kept current by the service object while the device is enabled.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace