代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/282471/9092270
cs timefield.cs
using System;
namespace SDP
{
///
/// A RepeatTime represents a t= field contained within a TimeDescription.
///
/// A RepeatTime specifies the start and stop times f
www.eeworm.com/read/282471/9092333
cs ntpclient.cs
/*
* NTPClient
* Copyright (C)2001 Valer BOCAN
* Last modified: June 29, 2001
* All Rights Reserved
*
* This code is distributed in the hope that it will be useful,
www.eeworm.com/read/282290/9105244
cs frmclassname.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace 课程安排
{
pu
www.eeworm.com/read/380623/9140727
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace DataApp
{
www.eeworm.com/read/380622/9140879
pas dates.pas
unit Dates;
interface
uses Windows, SysUtils;
// Convert a local time to UTC by adding the time zone bias.
// To convert from UTC back to local, subtract the bias.
function LocalToUTC(DateT
www.eeworm.com/read/182718/9194764
cs form1.cs
using System;
using System.IO;
using System.Text;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Data;
namespa
www.eeworm.com/read/374561/9396414
cs scores.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using OnLineExam.DataAccessLayer;
using OnLineExam.DataAccessHelper;
namespace OnLineExam.BusinessLog