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

Comment() public method

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