[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The local date/time on the system as an SmsTime. This is only for serialization, LocalDateTime should be used instead.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
string 
LocalDateTimeString { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
LocalDateTimeString 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
String^ 
LocalDateTimeString {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also