TimeZoneTimeZoneInformation Class
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.
Defines a date and time for a geographical location.
public class TimeZoneTimeZoneInformation
type TimeZoneTimeZoneInformation = class
Public Class TimeZoneTimeZoneInformation
- Inheritance
-
TimeZoneTimeZoneInformation
Constructors
TimeZoneTimeZoneInformation() |
Initializes a new instance of the TimeZoneTimeZoneInformation class. |
TimeZoneTimeZoneInformation(String, String, String) |
Initializes a new instance of the TimeZoneTimeZoneInformation class. |
Properties
Location |
Gets or sets the name of the geographical location.For example, County; City; City, State; City, State, Country; or Time Zone. |
Time |
Gets or sets the data and time specified in the form, YYYY-MM-DDThh;mm:ss.ssssssZ. |
UtcOffset |
Gets or sets the offset from UTC. For example, UTC-7. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET