Click or drag to resize

GH_ConvertCreatePureTime Method

Overload List
  NameDescription
Public methodStatic memberCreatePureTime(DateTime)
Convert a datetime structure into a pure time, i.e. remove the date portion. As per convention, this means setting the year, month and day to 1.
Public methodStatic memberCreatePureTime(Int32, Int32, Int32)
Create a pure time instance. If the total number of hours, minutes and seconds exceeds a full year then it is not possible to create a pure time and the largest possible pure time will be returned instead.
Top
See Also