[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

How to handle timezone generation for an SMS Time

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
SmsTimeZone
<
SerializableAttribute> _
Public 
Enumeration 
SmsTimeZone
[
SerializableAttribute]
public 
enum class 
SmsTimeZone

Members

Member Description
Local
Use the local time zone
Ignore
Ignore the time zone (+***)
Zero
Use a zero time zone (+000)

See Also