Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • C# Data Types
  • C# Decision Making
  • C# Methods
  • C# Delegates
  • C# Constructors
  • C# Arrays
  • C# ArrayList
  • C# String
  • C# Tuple
  • C# Indexers
  • C# Interface
  • C# Multithreading
  • C# Exception
Open In App
Next Article:
Double.GetHashCode() Method in C#
Next article icon

DateTimeOffset.GetHashCode Method in C#

Last Updated : 23 Mar, 2019
Comments
Improve
Suggest changes
Like Article
Like
Report
DateTimeOffset.GetHashCode Method is used to get the hash code for the current DateTimeOffset object.
Syntax: public override int GetHashCode (); Return Value: This method returns a 32-bit signed integer hash code.
Below programs illustrate the use of DateTimeOffset.GetHashCode() Method: Example 1: csharp
// C# program to demonstrate the // DateTimeOffset.GetHashCode() // Method using System; using System.Globalization;  class GFG {      // Main Method     public static void Main()     {          // creating object of  DateTimeOffset         DateTimeOffset offset = new DateTimeOffset(2007,                 6, 1, 7, 55, 0, new TimeSpan(-5, 0, 0));          // Returns the hash code for the         // current DateTimeOffset object.         // instance using GetHashCode() method         int value = offset.GetHashCode();          // Display the HashCode         Console.WriteLine("HashCode for DateTimeOffset is: {0}", value);     } } 
Output:
  HashCode for DateTimeOffset is: 981031011  
Example 2: csharp
// C# program to demonstrate the // DateTimeOffset.GetHashCode() // Method using System; using System.Globalization;  class GFG {      // Main Method     public static void Main()     {         // calling get() Method         get(new DateTimeOffset(2007, 6, 1, 7,               55, 0, new TimeSpan(-5, 0, 0)));                              get(new DateTimeOffset(2017, 6, 1, 7,              55, 0, new TimeSpan(-5, 0, 0)));     }     public static void get(DateTimeOffset offset)     {          // Returns the hash code for the          // current DateTimeOffset object.         // instance using GetHashCode() method         int value = offset.GetHashCode();          // Display the HashCode         Console.WriteLine("HashCode for DateTimeOffset is: {0}", value);     } } 
Output:
  HashCode for DateTimeOffset is: 981031011  HashCode for DateTimeOffset is: 1633960685  

Next Article
Double.GetHashCode() Method in C#

R

RohitPrasad3
Improve
Article Tags :
  • C#
  • CSharp-method
  • CSharp-DateTimeOffset-Struct

Similar Reads

  • DateTime.GetHashCode() Method in C#
    This method is used to return the hash code for this instance. Syntax: public override int GetHashCode (); Return Value: This method returns a 32-bit signed integer hash code. Below programs illustrate the use of DateTime.GetHashCode() Method: Example 1: // C# program to demonstrate the // DateTime.
    1 min read
  • DateTimeOffset.EqualsExact() Method in C#
    DateTimeOffset.EqualsExact(DateTimeOffset) Method is used to determine whether the current DateTimeOffset object represents the same time and has the same offset as a specified DateTimeOffset object. Syntax: public bool EqualsExact (DateTimeOffset other); Here, it takes the object to compare to the
    2 min read
  • DateTime.GetTypeCode() Method in C#
    This method is used to return the TypeCode for value type DateTime. Syntax: public TypeCode GetTypeCode (); Return Value: This method returns the enumerated constant, DateTime. Below programs illustrate the use of DateTime.GetTypeCode() Method Example 1: // C# program to demonstrate the // DateTime.
    1 min read
  • Double.GetHashCode() Method in C#
    Double.GetHashCode() Method is used to return the hash code for this instance. Syntax: public override int GetHashCode (); Return Value: This method returns a 32-bit signed integer hash code. Below programs illustrate the use of Double.GetHashCode() Method: Example 1: C/C++ Code // C# program to dem
    1 min read
  • DateTimeOffset.FromFileTime() Method in C#
    DateTimeOffset.FromFileTime(Int64) Method is used to convert the specified Windows file time to an equivalent local time. Syntax: public static DateTimeOffset FromFileTime (long fileTime); Here, it takes a Windows file time, expressed in ticks. Return Value: This method returns an object that repres
    2 min read
  • DateTimeOffset.FromUnixTimeSeconds() Method in C#
    DateTimeOffset.FromUnixTimeSeconds(Int64) Method is used to convert a Unix time expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z to a DateTimeOffset value. Syntax: public static DateTimeOffset FromUnixTimeSeconds (long seconds); Here, it takes a Unix time, expressed as
    2 min read
  • DateTimeOffset.Add() Method in C#
    This method is used to return a new DateTimeOffset object that adds a specified time interval to the value of this instance. Syntax: public DateTimeOffset Add (TimeSpan timeSpan); Here, it takes a TimeSpan object that represents a positive or a negative time interval.Return Value: This method return
    2 min read
  • DateTime.Equals() Method in C#
    This method is used to get a value indicating whether two DateTime objects, or a DateTime instance and another object or DateTime, have the same value. There are total 3 methods in the overload list of this method: Equals(DateTime, DateTime)Equals(DateTime)Equals(Object)Equals(DateTime, DateTime) Th
    5 min read
  • DateTime.FromFileTimeUtc() Method in C#
    DateTime.FromFileTimeUtc(Int64) Method is used to convert the specified Windows file time to an equivalent UTC time. Syntax: public static DateTime FromFileTimeUtc (long fileTime); Here, it takes a Windows file time expressed in ticks.Return Value: This method returns an object that represents the U
    2 min read
  • DateTimeOffset.FromUnixTimeMilliseconds() Method in C#
    DateTimeOffset.FromUnixTimeMilliseconds(Int64) Method is used to convert a Unix time expressed as the number of milliseconds which have elapsed since 1970-01-01T00:00:00Z to a DateTimeOffset value. Syntax: public static DateTimeOffset FromUnixTimeMilliseconds (long milliseconds); Here, it takes a Un
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences