aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Well-known type operations for Timestamp and Duration (but not JSON formatting).Jon Skeet2015-07-311-0/+84
While I've provided operators, I haven't yet provided the method equivalents. It's not clear to me that they're actually a good idea, while we're really targeting C# developers who definitely *can* use the user-defined operators.