BadScript 2
Loading...
Searching...
No Matches
BadTime.cs
Go to the documentation of this file.
2
4
5public class BadTime : BadNative<TimeSpan>, IBadTime
6{
7 public static BadTime Zero => new BadTime(TimeSpan.Zero);
9 public BadTime(TimeSpan value) : base(value)
10 {
11 }
12}
static BadClassPrototype Prototype
Definition BadTime.cs:8
Implements a Class Prototype for the BadScript Language.
Contains the Native Runtime Objects.
Definition BadBoolean.cs:6