Example #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void writeTime(java.time.OffsetTime offsetTime) throws RuntimeException
        public override void WriteTime(OffsetTime offsetTime)
        {
            Buffer.Add(TimeValue.Time(offsetTime));
        }