DSCResources/cWmiAbsoluteTimer/cWmiAbsoluteTimer.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("cWmiAbsoluteTimer")]
class cWmiAbsoluteTimer : OMI_BaseResource
{
    [Write, Description("The datetime of the event")] DateTime EventDateTime;
    [Write, Description("Indicates if the event should fire after the event has passed")] Boolean SkipIfPassed;
    [Key, Description("An identifier for the timer")] String TimerId;
};