DatabaseTimeZoneDescription Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public string TimeZoneDescription(
TimeZone tz
)
Public Function TimeZoneDescription (
tz As TimeZone
) As String
public:
String^ TimeZoneDescription(
TimeZone tz
)
member TimeZoneDescription :
tz : TimeZone -> string
Parameters
- tz TimeZone
-
Return Value
String
See Also