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 6883025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:19:47+00:00 2026-05-27T05:19:47+00:00

I am writing a method which accepts year as parameter. I.e. four digit number

  • 0

I am writing a method which accepts year as parameter. I.e. four digit number equal or less than current year. Calendar is Gregorian only (for now.. not sure about the future) and I most certainly won’t need anything BC.

Which data type am I to use? Obvious solutions would be using DateTime or Int32 :

public void MyFunction(DateTime date)
{
     // year to work with: date.Year;
     // date.Month, date.Day, etc. is irrelevant and will always be
}

or

public void MyFunction(Int year)
{
     if ( year > 9999 || otherValidations == false )
     {
         //throw new Exception...
     }

     // year to work with: new DateTime(year, 1, 1);
}

Any other alternatives apart from writing my own custom data type Year?

  • 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-27T05:19:48+00:00Added an answer on May 27, 2026 at 5:19 am

    An int would work fine in most cases.

    That’s what DateTime.Year is and that’s what the DateTime constructor takes in, so unless you have a specific reason for needing another data type, an integer is probably the easiest thing to work with.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an extension method for Array which accepts a function and then call
I'm writing a method which approximates the Kolmogorov complexity of a String by following
I'm writing a select query in a C# method which lets client code provide
I've got a method in a class that's writing to some string, which calls
I want to build a method which accepts a string param, and an object
I've a method which accepts 10 parameters and out of which 8 are mandatory.
I have a method, which will accept a parameter of a JQuery Object and
I have an ASP.NET MVC 3 action method which accepts a HttpFileCollectionBase in the
I am writing a method which calculates the average time interval between a series
What is the solution for writing extension method dor IEumerable which resurns for example

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.