Represents a DateTime with time zone offsets.
Public NotInheritable Class DateTimeWithTimeZone
public sealed class DateTimeWithTimeZone
All members of DateTimeWithTimeZone class, including all inherited members.
Name | Description |
---|---|
Constructs a DateTimeWithTimeZone with the specified year, month, day, hour, minute, second, millisecond, time zone hour and time zone minute. | |
Parses the given string and returns a new DateTimeWithTimeZone. | |
The equivalent to DateTime.ToString() with the time zone offset appended to the end. | |
Gets the DateTime that corresponds to this without the time zone offset. | |
The equivalent to DateTime.Day. | |
The equivalent to DateTime.Hour. | |
The equivalent to DateTime.Millisecond. | |
The equivalent to DateTime.Minute. | |
The equivalent to DateTime.Year. | |
The equivalent to DateTime.Second. | |
Gets the hours part of the time zone offset. | |
Gets the minutes part of the time zone offset. | |
The equivalent to DateTime.Year. |
DateTimeWithTimeZone constructor
Parse method
ToString method
DateTime property
Day property
Hour property
Millisecond property
Minute property
Month property
Second property
TimeZoneHour property
TimeZoneMinute property
Year property
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |