C # display friendly time code

Source: Internet
Author: User
Const   Int Second = 1  ;  Const   Int Minute = 60 * Second;  Const   Int Hour = 60 * Minute;  Const   Int Day = 24 *Hour;  Const   Int Month = 30 * Day;  If (Delta < 0  ){  Return   "  Not yet  "  ;}  If (Delta < 1 * Minute ){ Return TS. seconds = 1 ? "  1 second ago  " : Ts. seconds + "  Seconds ago  "  ;}  If (Delta < 2 * Minute ){  Return   "  1 minute ago  " ;}  If (Delta < 45 * Minute ){  Return TS. minutes + "  Minutes  "  ;}  If (Delta < 90 * Minute ){  Return   "  1 hour ago  " ;}  If (Delta < 24 * Hour ){  Return TS. Hours + "  Hours ago  "  ;}  If (Delta < 48 * Hour ){  Return   "  Yesterday  " ;}  If (Delta < 30 * Day ){  Return TS. Days + "  Days ago  "  ;}  If (Delta < 12 * Month ){  Int Months = convert. toint32 (math. Floor (( Double ) Ts. Days/30  ));  Return Months <= 1 ? "  One month ago  " : Months + "  Months Ago  "  ;}  Else  {  Int Years = convert. toint32 (math. Floor (( Double ) Ts. Days/365  ));  Return Years <= 1 ? "  A year ago  " : Years + "  Years ago  "  ;} 

Reprinted: http://outofmemory.cn/code-snippet/973/c-display-youhao-time-code

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.