PC Review


Reply
Thread Tools Rate Thread

Disabling DayLight Saving Programmatically

 
 
SBK SBK is offline
New Member
Join Date: Jun 2008
Posts: 1
 
      1st Jul 2008
I'm developing a software where I want to create an AllDayEvent. I want to disable the DayLight Saving adjustment programaticaly, because, all my appointments are getting created with 11 pm to 11 pm.

Kindly advice on how to proceed with this, using Redemption.

My code is:

Call MapiLogon(txtServer.Text, txtUser.Text)
Set oCalendar = oRDOSession.GetDefaultFolder(olFolderCalendar)

vDuedate = Date + 10
Set oAppt = oCalendar.Items.Add
With oAppt
.Subject = "Test - " '& oRDOTgtZone.Name
.Location = "Loc2" & Date$ & Time$
.Start = vDuedate
.AllDayEvent = True ' do this after setting date/time!!!
.BusyStatus = olFree
.Save
End With

Please help me, since I'm stuck up with this.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Daylight Saving Changes =?Utf-8?B?c3RlZ3Vhbnpp?= Windows XP Help 1 4th Jun 2007 04:41 PM
detect timezone & daylight saving time settings programmatically Bill Nguyen Microsoft VB .NET 4 28th Nov 2006 05:45 PM
Daylight saving Thana N. Microsoft Dot NET Framework 1 2nd Feb 2004 06:45 PM
GMT Daylight Saving Geoff Microsoft Windows 2000 0 27th Oct 2003 10:41 AM
GMT Daylight Saving Adam Microsoft Windows 2000 0 27th Oct 2003 10:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:10 AM.