Home > C# > C# – DateTime

C# – DateTime

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: ,
  1. No comments yet.
  1. No trackbacks yet.
Google Analytics integration offered by Wordpress Google Analytics Plugin