Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. GetDayOfYear( ) method.

GetDayOfYear( ) method.

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 1124279
    wrote on last edited by
    #1

    Hi, Just wondering if GetDayOfYear method of the Calendar Class returns something which is equivalent to the Julian date?? Please do suggest. Thanks, ~~~~~~~~~~~~~~~~~~~~~~~~ Shravan Addaypally .NET Apps Developer BellSouth Billing Inc. Birmingham, AL 35205 ~~~~~~~~~~~~~~~~~~~~~~~~

    J 1 Reply Last reply
    0
    • U User 1124279

      Hi, Just wondering if GetDayOfYear method of the Calendar Class returns something which is equivalent to the Julian date?? Please do suggest. Thanks, ~~~~~~~~~~~~~~~~~~~~~~~~ Shravan Addaypally .NET Apps Developer BellSouth Billing Inc. Birmingham, AL 35205 ~~~~~~~~~~~~~~~~~~~~~~~~

      J Offline
      J Offline
      Jon Sagara
      wrote on last edited by
      #2

      http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemglobalizationcalendarclassgetdayofyeartopic.asp[^] The day of the year is defined as the number of days from the first day of the year. For example, in GregorianCalendar, GetDayOfYear for January 1 returns 1, and GetDayOfYear for December 31 returns 365 in a common year or 366 in a leap year. If you look at the code snippets, it appears that you can specify the type of calendar (e.g., JulianCalendar). This doesn't answer your question directly, but I hope it helps.

      Jon Sagara If you've ever watched 6-year-olds playing soccer, that's what the mainstream media is like. -- Jon Stewart
      My Articles

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups