Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the local date and time on the system as an SmsTime object. This property is only for serialization. Use LocalDateTime instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public string LocalDateTimeString { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ LocalDateTimeString {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property LocalDateTimeString As String
Property Value
Type: System.String
See Also
InventoryInstanceElementCcmSystem Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top