TimeHelpers.ToSmsTime Method
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
ToSmsTime(DateTime) | Converts a DateTime object to an SMS-formatted string. |
|
ToSmsTime(DateTime, Boolean) | Converts a DateTime object to a CIM-formatted string. |
|
ToSmsTime(DateTime, Int32) | Converts a DateTime object to a CIM-formatted string. Override with a specific offset. |
|
ToSmsTime(DateTime, SmsTimeZone) | Converts a DateTime object to a CIM-formatted string. |
|
ToSmsTime(DateTime, SmsTimeZone, Boolean, Int32) | Formats CIM time to a string. For example: '20070402184502.000000-420'. |
See Also
TimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top