Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
TimeZone « Date Time « C# / C Sharp
C# / C Sharp
Date Time
TimeZone
1.
The IsDaylightSavingTime and GetUtcOffset methods work as follows:
2.
The GetDaylightChanges method returns specific daylight saving information for a given year:
3.
The static TimeZone.CurrentTimeZone method returns a TimeZone object based on the current local settings
4.
TimeZone Info
5.
Convert To TimeZone
6.
Display the names for standard time and daylight saving time for the local time zone.
7.
Display the current date and time and show if they occur in daylight saving time.
8.
Get the current Coordinated Universal Time (UTC) and UTC offset.
9.
Display the daylight saving time range for the current year.
10.
Returns the daylight saving time period for a particular year.
11.
Returns the Coordinated Universal Time (UTC) offset for the specified local time.
12.
Whether the specified date and time is within a daylight saving time period.
13.
Get UTC offset
14.
Returns the Coordinated Universal Time (UTC) that corresponds to a specified time.