Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete DateTime methods for easier code ports from c# in consuming this #140

Closed
40 tasks done
gautamsi opened this issue Dec 19, 2016 · 0 comments
Closed
40 tasks done
Assignees
Milestone

Comments

@gautamsi
Copy link
Owner

gautamsi commented Dec 19, 2016

  • get Date
  • get Day
  • get DayOfWeek
  • get DayOfYear
  • get Hour
  • get Kind
  • get Millisecond
  • get Minute
  • get Month
  • get Now
  • get UtcNow
  • get Second
  • get TimeOfDay
  • get Today
  • get Year
  • Add
  • AddDays
  • AddHours
  • AddMilliseconds
  • AddMinutes
  • AddMonths
  • AddSeconds
  • AddYears
  • Compare
  • CompareTo
  • DaysInMonth
  • Equals
  • IsDaylightSavingTime
  • SpecifyKind
  • IsLeapYear
  • Parse
  • Subtract
  • ToLocalTime
  • ToLongDateString
  • ToLongTimeString
  • ToShortDateString
  • ToShortTimeString
  • ToString
  • ToUniversalTime
  • TryParse

- [ ] get Ticks
- [ ] AddTicks
- [ ] FromBinary
- [ ] FromFileTime
- [ ] FromFileTimeUtc
- [ ] FromOADate
- [ ] ToBinary
- [ ] GetHashCode
- [ ] ParseExact
- [ ] ToOADate
- [ ] ToFileTime
- [ ] ToFileTimeUtc
- [ ] TryParseExact

update 22May2017: Some of the method not being converted, not used so far. or there can be external utilities to facilitate this if needed. EWS does not use all those to my knowledge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant