| SayDateTimeCommandTimezone Property |
Get/Set the timezone to use when saying the time.
Namespace: AsterNET.FastAGI.CommandAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Timezone { get; set; }
Public Property Timezone As String
Get
Set
public:
property String^ Timezone {
String^ get ();
void set (String^ value);
}
member Timezone : string with get, set
Property Value
Type:
StringSee Also