示例#1
0
 /// <inheritdoc />
 public bool IsDaylightSavingTime()
 {
     return(DateTimeInstance.IsDaylightSavingTime());
 }