Re: A variant of the DateTime data type needed in VB.NET
From: Cor Ligthert (notmyfirstname_at_planet.nl)
Date: 02/26/05
- Next message: Cor Ligthert: "Re: Forms - Can I automatically close the form after 5 minutes (but only if there is an exception.)"
- Previous message: Cor Ligthert: "Re: Help required setting up web based application"
- In reply to: Alan M Dunsmuir: "A variant of the DateTime data type needed in VB.NET"
- Next in thread: Alan M Dunsmuir: "Re: A variant of the DateTime data type needed in VB.NET"
- Reply: Alan M Dunsmuir: "Re: A variant of the DateTime data type needed in VB.NET"
- Reply: Jay B. Harlow [MVP - Outlook]: "Re: A variant of the DateTime data type needed in VB.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Feb 2005 09:25:59 +0100
Alan,
A datetime is actual a value that contains ticks from a certain start date
(which differs by instance when it is from a server or is internally).
You use methods to show that and to manipulate.
One of them is
DateTime.AddDays(-x), what is maybe the most properiate for you to use in a
routine.
Cor
- Next message: Cor Ligthert: "Re: Forms - Can I automatically close the form after 5 minutes (but only if there is an exception.)"
- Previous message: Cor Ligthert: "Re: Help required setting up web based application"
- In reply to: Alan M Dunsmuir: "A variant of the DateTime data type needed in VB.NET"
- Next in thread: Alan M Dunsmuir: "Re: A variant of the DateTime data type needed in VB.NET"
- Reply: Alan M Dunsmuir: "Re: A variant of the DateTime data type needed in VB.NET"
- Reply: Jay B. Harlow [MVP - Outlook]: "Re: A variant of the DateTime data type needed in VB.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|