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

Use GMT or local time

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
UseGmt { 
get; 
set; }
Public 
Property 
UseGmt 
As 
Boolean
	
Get
	
Set
public:
property 
bool 
UseGmt {
	
bool 
get ();
	
void 
set (
bool 
value);
}

Field Value

If true, GMT is used, otherwise use local time

See Also