|
-
Apr 7th, 2003, 09:17 AM
#1
Thread Starter
Hyperactive Member
**Resolved--Current Time Stamp Public Property and .NET
I am trying to figure out the right way of , in a class (got that) and difining a :
Public Property CurrentTimestamp() As String
Get
***missing this part***
End Get
Set(ByVal Value As String)
End Set
End Property
I can not figure out the **missing part** .. How do I grab the system date/time stamp and then return it?
Last edited by gollnick; Apr 7th, 2003 at 09:38 AM.
William E Gollnick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|