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