SmsTimeZone Enumeration
Specifies how to handle time zone generation for an SMS Time.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public enum SmsTimeZone
[SerializableAttribute]
public enum class SmsTimeZone
<SerializableAttribute>
Public Enumeration SmsTimeZone
Members
Member name | Description | |
---|---|---|
Ignore | Ignore the time zone (+***). |
|
Local | Use the local time zone. |
|
Zero | Use a zero time zone (+000). |
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top