//Name["moment"] public extern static Moment _moment(MomentInput inp, MomentFormatSpecification format, string language, bool strict);
//Name["moment"] public virtual Moment _moment(MomentInput inp, MomentFormatSpecification format, string language, bool strict) => default(Moment);
public extern static Moment parseZone(MomentInput inp, MomentFormatSpecification format, bool strict);
public virtual Moment parseZone(MomentInput inp, MomentFormatSpecification format, bool strict) => default(Moment);