Condividi tramite


AllJoynAboutData.DateOfManufacture Proprietà

Definizione

Importante

I tipi nello spazio dei nomi Windows.Devices.AllJoyn sono deprecati e potrebbero non essere disponibili nelle versioni future di Windows. AllJoyn, sponsorizzato da AllSeen Alliance, è stato un protocollo di individuazione e comunicazione open source per scenari IoT (Internet of Things), ad esempio l'accensione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web di iotivity.org .

Data di fabbricazione.

public:
 property IReference<DateTime> ^ DateOfManufacture { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> DateOfManufacture();

void DateOfManufacture(IReference<DateTime> value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IReference<DateTime> DateOfManufacture();

void DateOfManufacture(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> DateOfManufacture { get; set; }
public System.Nullable<System.DateTimeOffset> DateOfManufacture { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var iReference = allJoynAboutData.dateOfManufacture;
allJoynAboutData.dateOfManufacture = iReference;
Public Property DateOfManufacture As Nullable(Of DateTimeOffset)

Valore della proprietà

Data di fabbricazione in formato AAAA-MM-GG .

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Commenti

Per impostazione predefinita, il valore restituito è una stringa vuota per l'app UWP o la proprietà DateModified dell'exe per le app desktop.

Si applica a