Kimono.KTimeZone.LeapSeconds.Comment C# (CSharp) Method

Comment() public method

Return the comment (if any) applying to this change.
public Comment ( ) : string
return string
            public string Comment()
            {
                return (string) interceptor.Invoke("comment", "comment() const", typeof(string));
            }