Share via


TimeHelpers.ToSmsTime Method

 

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static ToSmsTime(DateTime)

Converts a DateTime object to an SMS-formatted string.

System_CAPS_pubmethodSystem_CAPS_static ToSmsTime(DateTime, Boolean)

Converts a DateTime object to a CIM-formatted string.

System_CAPS_pubmethodSystem_CAPS_static ToSmsTime(DateTime, Int32)

Converts a DateTime object to a CIM-formatted string. Override with a specific offset.

System_CAPS_pubmethodSystem_CAPS_static ToSmsTime(DateTime, SmsTimeZone)

Converts a DateTime object to a CIM-formatted string.

System_CAPS_pubmethodSystem_CAPS_static 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