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
DateTimeOffset Calculation « Date Time « C# / C Sharp
C# / C Sharp
Date Time
DateTimeOffset Calculation
1.
Adds a specified time interval to a DateTimeOffset object.
2.
Adds a specified number of whole and fractional days to the current DateTimeOffset object.
3.
Add one week to the current date
4.
Adds a specified number of whole and fractional hours to the current DateTimeOffset object.
5.
Adds a specified number of months to the current DateTimeOffset object.
6.
Adds a specified number of years to the DateTimeOffset object.
7.
DateTimeOffset Greater Than Operator
8.
DateTimeOffset Greater Than Or Equal Operator
9.
DateTimeOffset Inequality Operator
10.
DateTimeOffset LessThan Operator
11.
DateTimeOffset Less Than Or Equal Operator
12.
Subtracts a DateTimeOffset from another DateTimeOffset
13.
Subtracts a time interval from DateTimeOffset
14.
Converts DateTimeOffset to local time.
15.
Gets a DateTime value that represents the Coordinated Universal Time (UTC) date and time from DateTimeOffset