Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Date/time comparison

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Date/time comparison

    Hi,

    I'd like to learn how to compare an arbitrarily defined date and time with the output from DateTime.

    I understand this bit:

    DateTime mydatetime = Time[0];
    mydatetime.Date mydatetime.Minute, etc.
    When I Print this value I get "2/25/2011 12:00:00 AM" for example, cool.

    Now, are DateTimes strings? How do I store and express my arbitrary date time? for example I'd like to enter 1/1/2000 12:00:00 AM and compare it to Time[0] to see if the current time is past 1/1/2000 or before it.

    Thanks!

    #2
    Hello,

    Thanks for the note.

    This is more of a c# programming concept. Would suggest you check into this:

    Represents an instant in time, typically expressed as a date and time of day.




    To get these I googled c# DateTime.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Thanks Brett,
      Had already been there--have been working with c# for about 3 days

      Anyhow taking a second look I found what I needed to find:

      DateTime test = new DateTime(2011,2,1,7,47,0);

      So thanks!

      Comment


        #4
        Excellent, no problem. If you run into anything specific you need help on don't hesitate to let me know. Even if its c# related I might be able to head you in right direction or provide a specific example that might help and would be happy to do it.

        Have a great rest of the day.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        647 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        368 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        571 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X