Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6891245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:23:08+00:00 2026-05-27T06:23:08+00:00

I have two DateTime variables first period and second period and with each period

  • 0

I have two DateTime variables first period and second period and with each period i have a date range between two date for each period. My issue is that i usually set my dates to null withn i load the page but for these dates i cannot set them to null which i would like rather than setting a specific date.

DateTime firstPeriodBeginDate = DateTime.Today.AddMonths(-3);
DateTime secondPeriodBeginDate = DateTime.Today.AddMonths(-2);

I would like it set to null so that it will equal to the values selected from the date picker by the user when used to render results.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:23:08+00:00Added an answer on May 27, 2026 at 6:23 am

    DateTime is a non-nullable value type, so cannot be null.

    You can use a Nullable<DateTime> for such a thing:

    DateTime? firstPeriodBeginDate = DateTime.Today.AddMonths(-3);
    DateTime? secondPeriodBeginDate = null;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two datetime pickers that I'm using to set a start and end
I have two SQL DATETIME's that I need to compare. I need to set
If I have a table that (among other columns) has two DATETIME columns, how
I have two applications written in Java that communicate with each other using XML
I have two variables in type of DateTime, and I want to sum them,
I have two Datetime fields that I wish to add together. They are in
I have two DateTime objects: StartDate and EndDate . I want to make sure
i have two tables. BoardPosts BoardPostId INT PK ModifiedOn DATETIME NULLABLE BoardComments BoardCommentId INT
I need to set datetime variable to two days from now but it's time
I take the difference between two DateTime fields, and store it in a TimeSpan

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.