TimeHelpers.CurrentTimeAsIso8601 Property
Gets the current time in ISO 8601 format.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string CurrentTimeAsIso8601 { get; }
public:
property String^ CurrentTimeAsIso8601 {
static String^ get();
}
Public Shared ReadOnly Property CurrentTimeAsIso8601 As String
Property Value
Type: System.String
Time string formatted as CIM_DATETIME.
See Also
TimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top