CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Calendar
Public Shared Function DmyToExceSerial(ByVal InputTimeStamp As DateTime) As Double
 
    Dim nDay As Integer = InputTimeStamp.Day
    Dim nMonth As Integer = InputTimeStamp.Month
    Dim nYear As Integer = InputTimeStamp.Year
    Dim nHour As Integer = InputTimeStamp.Hour
    Dim nMinute As Integer = InputTimeStamp.Minute
    Dim nSecond As Integer = InputTimeStamp.Second
 
by aKocen   September 27, 2011 @ 12:50am
107 Views
no comments
 
http://www.megaupload.com/?d=AB7O54Q2
http://www.megaupload.com/?d=K61AYAQ3
http://www.megaupload.com/?d=995M2YVH
by niknik2   December 20, 2009 @ 2:00pm
251 Views
no comments
 
C#
public string GetOutlookInvite(DateTime StartDate, DateTime EndDate, String Location, String Subject, String Description)
        {
            StringBuilder str = new StringBuilder();        
 
            str.Append("BEGIN:VCALENDAR");
            str.Append(System.Environment.NewLine);
            str.Append("PRODID:-//PBA//myPBA Forms//EN");
            str.Append(System.Environment.NewLine);
            str.Append("BEGIN:VEVENT");
            str.Append(System.Environment.NewLine);
by Mitchell Adams   October 15, 2009 @ 8:31am
91 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate