BadScript 2
Loading...
Searching...
No Matches
IBadDate.cs
Go to the documentation of this file.
2
3public interface IBadDate : IBadNative
4{
8 new DateTimeOffset Value { get; }
9}
new DateTimeOffset Value
The Date Value.
Definition IBadDate.cs:8
Defines properties for Native Types.
Definition IBadNative.cs:7
Contains the Native Runtime Objects.
Definition BadBoolean.cs:6