熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

Asp常用通用函數之生成時間的整數

2022-06-13   來源: .NET編程 

  函數名GetMyTimeNumber()

  作 用生成時間的整數

  參 數lx 時間整數的類型

   lx= 到分鐘 lx= 到小時 lx= 到天 lx= 到月

  返回值生成時間的整數值(最小到分鐘)

  示 例

  **************************************************

  Public Function GetMyTimeNumber(lx)

  If lx= Then GetMyTimeNumber=Year(Date)****+Month(Date)***+Day(Date)**+Hour(Time)*+Minute(Time)

  If lx= Then GetMyTimeNumber=Year(Date)***+Month(Date)**+Day(Date)*+Hour(Time)

  If lx= Then GetMyTimeNumber=Year(Date)**+Month(Date)*+Day(Date)

  If lx= Then GetMyTimeNumber=Year(Date)*+Month(Date)

  End Function


From:http://tw.wingwit.com/Article/program/net/201311/14375.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.