PrintDateTimeProperty 构造函数

定义

初始化 PrintDateTimeProperty 类的新实例。

重载

PrintDateTimeProperty(String)

初始化指定属性的 PrintDateTimeProperty 类的新实例。

PrintDateTimeProperty(String, Object)

初始化具有指定属性的指定值的 PrintDateTimeProperty 类的新实例。

PrintDateTimeProperty(String)

初始化指定属性的 PrintDateTimeProperty 类的新实例。

public:
 PrintDateTimeProperty(System::String ^ attributeName);
public PrintDateTimeProperty (string attributeName);
new System.Printing.IndexedProperties.PrintDateTimeProperty : string -> System.Printing.IndexedProperties.PrintDateTimeProperty
Public Sub New (attributeName As String)

参数

attributeName
String

PrintDateTimeProperty 所表示的 DateTime 属性的名称。

注解

attributeName 应与打印系统对象的一些特定 DateTime 属性的名称完全相同,包括大小写。 例如,PrintSystemJobInfo 对象的 StartTimeOfDay 属性必须拼写为“StartTimeOfDay”,而不是“StartTime”或“Starttimeofday”。

适用于

PrintDateTimeProperty(String, Object)

初始化具有指定属性的指定值的 PrintDateTimeProperty 类的新实例。

public:
 PrintDateTimeProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintDateTimeProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintDateTimeProperty : string * obj -> System.Printing.IndexedProperties.PrintDateTimeProperty
Public Sub New (attributeName As String, attributeValue As Object)

参数

attributeName
String

PrintDateTimeProperty 所表示的 DateTime 属性的名称。

attributeValue
Object

PrintDateTimeProperty 所表示的属性的值。

注解

attributeName 应与打印系统对象的一些特定 DateTime 属性的名称完全相同,包括大小写。 例如,PrintSystemJobInfo 对象的 StartTimeOfDay 属性必须拼写为“StartTimeOfDay”,而不是“StartTime”或“Starttimeofday”。

适用于