TimeHelpers.ToSmsTime Method (DateTime)
Converts a DateTime object to an SMS-formatted string.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string ToSmsTime(
this DateTime time
)
public:
[ExtensionAttribute]
static String^ ToSmsTime(
DateTime time
)
<ExtensionAttribute>
Public Shared Function ToSmsTime (
time As Date
) As String
Parameters
time
Type: System.DateTimeTime to convert.
Return Value
Type: System.String
See Also
ToSmsTime Overload
TimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top