asp.net.ph

TimeZone.StandardName Property

System Namespace   TimeZone Structure


Gets the standard time zone name.

[ VB ]
Public MustOverride ReadOnly Property StandardName As String

[ C# ]
public abstract string StandardName { get; }

[ C++ ]
public:
virtual property String^ StandardName {
   String^ get ( ) abstract;
}

[ JScript ]
public abstract function get StandardName ( ) : String

Property Value

A string representing the name of the time zone.

Example

The following example gets the values returned by the current time zone set on the Web server.

 Show me 

See Also

TimeZone Members   CurrentTimeZone Property   DaylightName Property   GetUtcOffset Method Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph