Welcome![Sign In][Sign Up]
Location:
Search - DateTime

Search list

[CSharpCSharp

Description: C#使用DateTime结构创建日历控件转换-C# DateTime structure to create a calendar control conversion
Platform: | Size: 34816 | Author: 瑞哲 | Hits:

[Otherdatetime

Description: 星期几查询程序,以供广大编程爱好者参考学习。-Weekday query procedures, for the majority of programming enthusiasts refer to learning.
Platform: | Size: 1024 | Author: 郭磊 | Hits:

[Dialog_WindowHarlinnWindows-2012-11-09-02

Description: • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Windows Property System wrapper classes • Core COM utility and interface wrapper classes • Extensive use of std::shared_ptr<> prevents resource leakage • GDI Bitmap, Icon, Font, Brush, Pen and Device Context classes • String, DateTime, TimeSpan and a high resolution Stopwatch • User interface controls are in the works
Platform: | Size: 247808 | Author: 付良甲 | Hits:

[Otherch5

Description: • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Windows Property System wrapper classes • Core COM utility and interface wrapper classes • Extensive use of std::shared_ptr<> prevents resource leakage • GDI Bitmap, Icon, Font, Brush, Pen and Device Context classes • String, DateTime, TimeSpan and a high resolution Stopwatch • User interface controls are in the works
Platform: | Size: 6580224 | Author: 付良甲 | Hits:

[OS programDateTime

Description: 该程序的功能是:通过调用函数修改系统时间.-change system time.
Platform: | Size: 133120 | Author: xuan_de_hai | Hits:

[CSharpMyTreeGrid

Description: 这是一个自已开发的网格和树结合的C#.net控件,用于客户端开发中的数据显示,录入,提供了丰富的录入,显示,打印功能,可自定义绘制,有SpinEdit,CheckBox,ClickButton,DateTime等录入方式。 丰富的显示格式。在大数据量的情况下,能提供更优良的性能。以树方式打印网格数据。 还有一个折线图控件 ,可以自定义点击方法。 这是本人在2004年时写的TreeView和Grid结合的控件,行列上可以都是树结构,全用C#完成,里边包含了打印,预览 本人作了16年软件 ,想退出了,这个东西贡献出来,但愿对后来的朋友有所帮助。 可能有不尽人意的地方,但对于软件公司或个人来讲,放在软件中做打印输出,绰绰有余了。 我还会陆续公布一些自己写的控件 。 这是2010的项目,dotnet2.0开发的,你的vss版本如果过低,可以把项目文件,方案文件删除,重新建立 个项目,把里边 的源文件加入就行了。这里全是源文件。没有无代码的dll.可以放心下载 -This is a self-development of the grid and tree combination of C#. Net controls the data used in the development of client input, provide a wealth of input, display, printing capabilities, custom drawn, there SpinEdit the CheckBoxClickButton, DateTime entry way. A rich display format. In the case of the large amount of data, can provide better performance. Print grid data tree. There is a line chart controls, you can customize the click method. TreeView and Grid combination control that I wrote in 2004, is the tree structure on the ranks, wholly completed in C#, inside contains a print preview I made ​ ​ 16 years of software and want to quit, contributed this thing, and I hope to help friends later. May have undesirable places, but on the software for the software company or individual terms do print output, more than enough. I will continue to publish some of his own writing controls. This 2010 project, dotnet2.0 developed vss version, if too low, project fi
Platform: | Size: 147456 | Author: weihaoran | Hits:

[.netBasicFrame.WebControls.BasicDatePicker

Description: DateTime Picker for asp.net net
Platform: | Size: 119808 | Author: Mohammad Atif Munaf | Hits:

[LabViewStringto-Datetime

Description: 时间字符串转时间标识,实现相字符串至时间互转换功能-Time string to turn a time stamp, to achieve mutual conversion function
Platform: | Size: 7168 | Author: 伟爱室 | Hits:

[CSharpStruNull

Description: 自构造特殊数据类型 可用在特殊ORMaping中使用 private System.Nullable<int> m_SendPerson = null /// <summary> /// 派单人 /// <summary> public System.Nullable<int> SendPerson { get{ return m_SendPerson } set{ m_SendPerson = value } } private System.Nullable<DateTime> m_CreateTime = null /// <summary> /// 工单生成时间 /// <summary> public System.Nullable<DateTime> CreateTime { get{ return m_CreateTime } set{ m_CreateTime = value } }-Self-constructed special data types available in the private System.Nullable special ORMaping <int> m_SendPerson = null ///<summary>///Send single///<summary> public System.Nullable <int> SendPerson {get {return m_SendPerson } set {m_SendPerson = value }} private System.Nullable <DateTime> m_CreateTime = null ///<summary> Generation time work order////// <summary> public System.Nullable <DateTime> CreateTime {get {return m_CreateTime } set {m_CreateTime = value }}
Platform: | Size: 1024 | Author: yu_nan88 | Hits:

[MiddleWarevbSearchfiles

Description: VB.Net查找文件的实例 Public Class Form1 查找文件 Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click Dim MyDir As String = Me.textBox1.Text Dim MyFiles = GetFiles(MyDir) Dim MyStartDate As DateTime = Me.dateTimePicker1.Value Dim MyEndDate As DateTime = Me.dateTimePicker2.Value Dim MyQuery = From MyFile In MyFiles _-Search files
Platform: | Size: 2048 | Author: youngcw | Hits:

[.netaspnetms

Description: CodeGenerator 的特点: 1. 标记简结实用, 所有网页美工都能在一分钟内掌握. 而且不与HTML标准冲突, 模板页可用任何WYSIWYG工具编辑, 和编辑普通HTML网完全相同. 2. 标记只与表示层相关, 不包括任何业务逻辑, 丝毫不影响你应用多层结构. 3. 标记到后台被解析成了生成器对象, 完全面向对象, 不像绝大多数生成器要死嗑字符串. 4. 生成器对象使用DataSource属性取得数据, DataSource可以为 简单值类型(如 int, DateTIme), 也可以为简单数组(如 decimal[], string[]), 还可以为ADO.NET数据集(如DataTable), 甚至单个对象实体或对象集合或列表(如 SomeClassCollection, List), 所有数据源类型通吃! 哈哈, 比ASP.NET带的数据控件支持的类型还多. 5. 标记的Name直接与数据源的列名ColumnName或属性名PropertyName, 好处不言而喻了吧. 好好把这个研究一下,对用asp.net生成静态页面一定大有启发-CodeGenerator characteristics: 1. Marked Jane firm with all pages of art can be mastered in minutes and does not conflict with the HTML standard, template page available any WYSIWYG tools to edit and edit plain HTML network are identical. 2. Marked only with related layer, and does not include any business logic, and in no way affect the application of multi-layer structure. marked backstage builder object is parsed into fully object-oriented, unlike the vast majority of generators die nibbling string. 4 generator object using the DataSource property to obtain data, DataSource is a simple value type (such as int, DateTIme) can also be as simple array (such as decimal [], string []), also ADO.NET data sets (such as DataTable ), and even the set of entities or objects of a single object or a list (such as SomeClassCollection List), all-take-all type of data source, more than the type of data control supports ASP.NET with 5 Name tag directly with the data source column name ColumnName or
Platform: | Size: 11264 | Author: sdfweio | Hits:

[assembly languageDATETIME

Description: 关于时间、时钟的一些小开发,老师指导完成的-Guide the completion of some small development on the time clock, teacher
Platform: | Size: 7168 | Author: | Hits:

[JSP/Javamyapps

Description: five servlet programs of datetime, header information, init paramenter showing etc.
Platform: | Size: 9216 | Author: namrata | Hits:

[source in ebookdatetime

Description: 计算两个日期之间相差的天数,时间之间相差的小时数-The difference between the number of days between two dates
Platform: | Size: 5120 | Author: | Hits:

[GUI DevelopscheduleViewer

Description: small schedule viewer shows how to work with datagrid with autocomplete and DateTime columns, unfortunately I have not database for it
Platform: | Size: 583680 | Author: Andrey | Hits:

[GUI Develop14_DateTimeDemo

Description: VC++ 6.0,MFC,DateTime控件,演示日期时间选择控件的使用方法。-VC++ 6.0, MFC, DateTime controls, demonstrates Date Time Picker control is used.
Platform: | Size: 28672 | Author: qi | Hits:

[Software Engineeringcalendrier_js

Description: create a datetime with jquery ui library
Platform: | Size: 3072 | Author: kavi | Hits:

[Linux-Unixsrc_corelib_tools_qbitarray

Description: Corelib tools Datetime Source Code for linux QT API Driver.
Platform: | Size: 14336 | Author: | Hits:

[Windows DevelopVirtualCanvas

Description: Cool control for DateTime Picker
Platform: | Size: 546816 | Author: erethe | Hits:

[Windows DevelopVirtualCanvas

Description: Cool control for DateTime Picker
Platform: | Size: 547840 | Author: sionmad | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net