DatabaseTimeZone Property
|
Property that controls the time zone for sun
studies in the drawing. This property corresponds to the TIMEZONE
system variable. TIMEZONE represents hours and minutes away from
Greenwich Mean Time.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public TimeZone TimeZone { get; set; }
Public Property TimeZone As TimeZone
Get
Set
public:
property TimeZone TimeZone {
TimeZone get ();
void set (TimeZone value);
}
member TimeZone : TimeZone with get, set
Property Value
TimeZone
See Also