示例#1
0
 //Name["moment"]
 public extern static Moment _moment(MomentInput inp, MomentFormatSpecification format, string language, bool strict);
示例#2
0
 //Name["moment"]
 public virtual Moment _moment(MomentInput inp, MomentFormatSpecification format, string language, bool strict) => default(Moment);
示例#3
0
 public extern static Moment parseZone(MomentInput inp, MomentFormatSpecification format, bool strict);
示例#4
0
 public virtual Moment parseZone(MomentInput inp, MomentFormatSpecification format, bool strict) => default(Moment);