C # Get the code for the start time and end time of a day

Source: Internet
Author: User

Private static void start and end time of a certain day (DateTime day, out DateTime start time, out DateTime End Time)
{
Var Date = which day. Date;
Start time = Convert. ToDateTime (DateTime. Now. ToString ("yyyy-MM-dd 00:00:00 "));
Deadline = Convert. ToDateTime (DateTime. Now. ToString ("yyyy-MM-dd 23:59:59 "));
}
This can be used in this way. Copy codeThe Code is as follows: public static List <string> get a single phrase on a certain day (DateTime on which day)
{
DateTime start time;
DateTime end time;
The start and end time of a day (which day, out start time, and out end time );
Return: Get non-repeated word groups (start time, end time );
}

If you do not use a word group that is not repeated (DateTime on which day), you may obtain the word group on the afternoon or in a certain time period. This is more accurate!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.