C#常用函数及方法集合(推荐C#初学者)

时间:2012-03-21 11:05:33
【文件属性】:
文件名称:C#常用函数及方法集合(推荐C#初学者)
文件大小:3KB
文件格式:RAR
更新时间:2012-03-21 11:05:33
C# 函数 方法 入门 基础 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int 时=currentTime.Hour;
【文件预览】:
C#函数方法集.txt

网友评论