共用方式為


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”。

適用於