IDbSystem.TimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The time zone of the DB system, e.g., UTC, to set the timeZone as UTC.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The time zone of the DB system, e.g., UTC, to set the timeZone as UTC.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeZone", Update=false)]
public string TimeZone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The time zone of the DB system, e.g., UTC, to set the timeZone as UTC.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeZone", Update=false)>]
member this.TimeZone : string with get, set
Public Property TimeZone As String
Property Value
- Attributes