WorkflowConfigurationPropertyName.TimeZoneInfo property
Gets the property name representing regional time zone information.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
Public Shared ReadOnly Property TimeZoneInfo As WorkflowContextPropertyName
Get
'Usage
Dim value As WorkflowContextPropertyName
value = WorkflowConfigurationPropertyName.TimeZoneInfo
public static WorkflowContextPropertyName TimeZoneInfo { get; }
Property value
Type: Microsoft.SharePoint.WorkflowServices.WorkflowContextPropertyName
Returns a WorkflowConfigurationPropertyName instancethat provides geographical time zone information.
See also
Reference
WorkflowConfigurationPropertyName class