Archive

Posts Tagged ‘DateTime’

C# – DateTime

May 15th, 2009 wiley No comments

Commonly used functions for working with C# DateTime . Here you will describe some of which work more often.

1. Construct DateTime:

System.DateTime dateTime =
new System.DateTime(1979,        // Year
07,            // Month
28,            // Day
22,            // Hour
35,            // Minute
5,            // Second
15,            // Millisecond
calendar    // Calendar
);

Unique visitors to post: 1

Categories: C# Tags: ,
Google Analytics integration offered by Wordpress Google Analytics Plugin