Results 1 to 3 of 3

Thread: **Resolved--Current Time Stamp Public Property and .NET

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Question **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

  2. #2
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    Cape Cod, US
    Posts
    292
    Have you tried Now()?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    **Resolved**

    Aw man .. thanks.... going a little crazy here and trying to make things a lot more difficult than needed.
    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
  •  



Click Here to Expand Forum to Full Width