Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 246 Bytes

08-solutions.md

File metadata and controls

13 lines (10 loc) · 246 Bytes

08 - Object-oriented Solutions to Common Problems

Example diagrams for module 8 - Object-oriented Solutions to Common Problems

OffsetDateTime

classDiagram
	class OffsetDateTime {
		+Offset : TimeSpan
		+Value : DateTime
	}
Loading