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

Gets the current time in ISO 8601 format

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
string 
CurrentTimeAsIso8601 { 
get; }
Public 
Shared 
ReadOnly 
Property 
CurrentTimeAsIso8601 
As 
String
	
Get
public:
static 
property 
String^ 
CurrentTimeAsIso8601 {
	
String^ 
get ();
}

Return Value

CIM_DATETIME formatted time string

See Also