真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Foundation框架(7)時(shí)間操作-創(chuàng)新互聯(lián)

時(shí)間操作相關(guān)的主要類有:

創(chuàng)新互聯(lián)建站網(wǎng)站建設(shè)由有經(jīng)驗(yàn)的網(wǎng)站設(shè)計(jì)師、開發(fā)人員和項(xiàng)目經(jīng)理組成的專業(yè)建站團(tuán)隊(duì),負(fù)責(zé)網(wǎng)站視覺設(shè)計(jì)、用戶體驗(yàn)優(yōu)化、交互設(shè)計(jì)和前端開發(fā)等方面的工作,以確保網(wǎng)站外觀精美、網(wǎng)站制作、網(wǎng)站設(shè)計(jì)易于使用并且具有良好的響應(yīng)性。

    NSDate

    NSDatFormatter

    NSCalendar

    NSDateComponents

另外介紹一個(gè)定時(shí)器對(duì)象NSTimer

  • NSDate

用于描述一個(gè)日期時(shí)間,提供了一些基本的時(shí)間獲取和比較方法

+ (instancetype)date  //當(dāng)前日期時(shí)間
+ (instancetype)dateWithTimeIntervalSinceNow:(NSTimeInterval)seconds 
- (NSComparisonResult)compare:(NSDate *)anotherDate
- (NSTimeInterval)timeIntervalSinceDate:(NSDate *)anotherDate

  • NSDateFormatter

用于字符串格式化NSDate對(duì)象

@property(copy) NSString *dateFormat  //格式
- (NSString *)stringFromDate:(NSDate *)date
- (NSDate *)dateFromString:(NSString *)string

  • NSCalendar

日歷對(duì)象,在日歷對(duì)象之上,進(jìn)行NSDate與NSDateComponents的轉(zhuǎn)換

+ (NSCalendar *)currentCalendar
- (NSDateComponents *)components:(NSCalendarUnit)unitFlags fromDate:(NSDate*)date
- (NSDate *)dateFromComponents:(NSDateComponents *)comps

  • NSDateComponents

用于對(duì)象的方式描述NSDate對(duì)象

@property NSInteger year
@property NSInteger month
@property NSInteger day
@property NSInteger hour
@property NSInteger minute
@property NSInteger second
...

  • NSTimer

NSTimer用于啟動(dòng)一個(gè)定時(shí),定時(shí)執(zhí)行指定的操作

指定的操作用SEL(方法)對(duì)象指定

//直接啟動(dòng)定時(shí)器
+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)repeats
//創(chuàng)建一個(gè)不直接啟動(dòng)的定時(shí)器
+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)repeats

定時(shí)器的其他控制方法:

- (void)fire    //啟動(dòng)
- (void)invalidate //使失效

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


當(dāng)前文章:Foundation框架(7)時(shí)間操作-創(chuàng)新互聯(lián)
標(biāo)題網(wǎng)址:http://weahome.cn/article/ioijs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部