示例#1
0
 public static DateTime ToDateTime(this YearDoY yearDoY) => (DateTime)yearDoY;
示例#2
0
 public static GpsDate ToGpsDate(this YearDoY yearDoY) => (GpsDate)yearDoY;
示例#3
0
 public static BdsDate ToBdsDate(this YearDoY yearDoY) => (BdsDate)yearDoY;