美文网首页
时间表示法【2】

时间表示法【2】

作者: HellenJin | 来源:发表于2021-02-01 23:22 被阅读0次

02  世纪、年代、年、月、日的表达

1、世纪:

①用“定冠词+序数词+century”表示

例:在十七世纪 写作:in the 17th century,读作:in the seventeenth century

②用“定冠词+百位进数+s”表示

例:在十七世纪 写作:in the 1600s,读作:in the sixteen hundreds

注意:这种情况下,实际表达的世纪数是阿拉伯数字本身加一。

2、年代

用“定冠词+(世纪百位进数+十位年代数)+s”表示

例:在二十世纪三十年代 写作:in the 1930s,读作:in the thirties of the twentieth century或 in the nineteen thirties

表示某年代的早期、中期和晚期,可以在定冠词后添加early, mid-和late

例如:

在二十世纪二十年代早期 in the early 1920s;

在二十世纪五十年代中期 in the mid-1950s

3、年月日

1)年份

① 读年份时一般分为两个单位来读,前两个数为一个,后两个数为一个:

1949 读作:nineteen forty-nine或nineteen hundred and forty-nine

② 如果是三位数,先读第一位,再把后两个数合起来读:

253 读作:two fifty-three或two hundred and fifty-three

③ 另外:2000 读作:two thousand,1902 读作:nineteen hundred and two或 nineteen o two

④ 如果要使用year,year放在数词之前

例如:in the year two fifty-three B.C. 在公元前253年

2)月份

月份是专有名词,除了少数几个月份外都有缩写形式:

January - Jan. 一月     

February - Feb. 二月       

March - Mar. 三月       

April - Apr. 四月         

August - Aug. 八月         

September - Sept. 九月

October - Oct. 十月     

November - Nov. 十一月   

December - Dec. 十二月

注意:缩写形式后面的点不能省略,因为它是表示缩写形式的符号。

3)日期:

用序数词表示

例:十月一日 写作:October 1, October 1st, 1 October, 1st October, (the) 1st of October等,其中的October都可以写成缩写形式Oct.

读作:October the first或the first of October

4)年月日

用英语表达年月日的顺序:

① 月\日\年

例:2002年1月17日

写作:January 17(th), 2002或January seventeenth, 2002(日和年之间需用逗号隔开)

读作:January the seventeenth, two thousand and two

②日\月\年

例:2002年1月17日

写作:17(th) January, 2002或the seventeenth of January, 2002(月和年之间需用逗号隔开)

读作:the seventeenth of January, two thousand and two

4. 介词的使用:

若指在哪一年或哪一月,用介词in;若具体到某一天,需用介词on。

例如:

She was born in 1989.

She was born in August.

She was born in August 1989.

She was born on 2nd August, 1989.

相关文章

  • 时间表示法【2】

    02 世纪、年代、年、月、日的表达 1、世纪: ①用“定冠词+序数词+century”表示 例:在十七世纪 写作:...

  • 时间表示法

    01 时间点的表达 1、所有的时间都可以用“小时 + 分钟”直接读: 6:10 six ten 8:30 eigh...

  • No44.树的顺序表示法

    1.树的遍历 2.树的实现 2.1父指针表示法 2.2子结点表示法(邻接表) 2.3左子结点/右兄弟结点表示法 2...

  • Python3中time模块常用功能总结

    help(time)之后可以知道time有2种时间表示形式: 1、时间戳表示法:即以整型或浮点型表示的是一个以秒为...

  • 常用标准库—time

    help(time)之后可以知道time有2种时间表示形式:1、时间戳表示法,即以整型或浮点型表示的是一个以秒为单...

  • 六、树(二)、树的存储结构

    数据结构目录 1.树三种不同的表示法: 双亲表示法 孩子表示法 孩子兄弟表示法 双亲表示法 双亲表示法,就是以双亲...

  • 2014.4.6.Task4

    1.网页乱码的问题是如何产生的? 2. 颜色的表示方法 rgb表示法 常见颜色名 HLS表示法 3

  • 《数据结构与算法之美》02——复杂度分析

    大O复杂度表示法 大O复杂度表示法,表示代码执行时间随数据规模增长的变化趋势,也叫作渐进时间复杂度,简称时间复杂度...

  • Mysql 事件

    1. 检查数据库事件是否开启,event_scheduler=ON表示开启 2. 开启事件 法1: 法2: 法3:...

  • 时间复杂度分析

    事后统计法的局限性: 1、测试结果依赖测试环境 2、测试结果受数据规模影响大 大O时间表示法 所有代码的执行时间 ...

网友评论

      本文标题:时间表示法【2】

      本文链接:https://www.haomeiwen.com/subject/hcwstltx.html